Maptitude GISDK Help |
Returns a character from the ASCII table.
c = Char(integer i)
Argument |
Contents |
i |
An index to the ASCII table |
A string of one character, whose ASCII value is i.
The index should be between 0 and 255.
How the character shows on the screen depends on the font used.
letter = Char(97) // letter is now "a"
Function |
Summary |
Returns the ASCII code of a character |
|
Converts an integer to a string representation of the integer value |
|
Converts a real number to string |
©2025 Caliper Corporation | www.caliper.com |