Varkon MBS Programmers manual
Maps a character to its corresponding integer ASCII value.
n:=chr(c); int n; string c*1;
c | - Any character. |
None.
An INT value in the range 0 <= n <= 255.
If the argument c is a string variable with size greater than 1, the first character in the string is used.
10 + ascii("B") evaluates to the integer value of 76 since 66 is the ASCII-code for B.
Varkon 1.19D svn # 120M