ASCII
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - ASCII
This Function returns a numeric, which is the ASCII decimal value of the specified Char.
Parameters
Char <string> - Char to retrieve the ASCII value.
Examples
Example 1
Ascii("K") Result = 75
Example 2
Ascii("Kalipso") Result = 75
Example 3
Ascii("H") Result = 72
If you specify a Char with more than one char, Kalipso will use the first char.
Last updated