charToNum
-
function
-
enhanced in 1.64 to work with Unicode values greater than 0xFFFF
-
returns the Unicode value of a character
-
Examples: +
put "S".charToNum —> 83
-
Related: numToChar
function
enhanced in 1.64 to work with Unicode values greater than 0xFFFF
returns the Unicode value of a character
Examples: +
put "S".charToNum —> 83
Related: numToChar