Char (character)
Char Function
Returns the character described by the ASCII code given as the scalar input. For example, Char(65)=A.
Syntax
Char (scalar CharCode)
Arguments
| Argument | Description |
|---|---|
scalar CharCode | ASCII code to be returned as a character |
Examples:
Char(65)
Returns "A" which code number equal to 65.