This Function returns a numeric, which is the ASCII decimal value of the specified Char.
Parameters
Char string
Char to retrieve the ASCII value.
|
Example 1
|
|
Example 2
|
|
Example 3
|
Ascii("K")
Result = 75 |
|
Ascii("Kalipso")
Result = 75 |
|
Ascii("H")
Result = 72 |
- If you specify a Char with more than one char, Kalipso will use the first char.
|
Updated : 3/21/2018 4:21 PM
|