The GetCharValue function retrieves the value of the specified character.
Syntax
Integer Global.GetCharValue(
String char)
String char)
Parameters
| char | Character. | Required |
|---|
Return value
The GetCharValue function returns the value of the ASCII character between 0 and 255.
Example
value = GetCharValue("A")