f$Asc
f$Asc
This function returns the ASCII code of a character.
Syntax: | Number = f$Asc(Character) | ||
| Argument | Type | Meaning |
| Character | String | Character to be read. In the case that a string with more than one character is given, the function returns the ASCII code of the first character. |
Result: | Integer | ASCII code of the character or 0 if an empty string (") is entered. | |