| Maptitude GISDK Help |
Returns the ASCII code of a character.
c = Ascii(string c)
| Argument | Contents |
|---|---|
| c | A single character |
The ASCII code of the character.
code = Ascii("a") // code is now 97
| Function | Summary |
|---|---|
| Char() | Returns a character from the ASCII table |
| IntToString() | Converts an integer to a string representation of the integer value |
| String() | Converts a real number to string |
| ©2025 Caliper Corporation | www.caliper.com |