= PICK( string, offset )
The PICK
function allows you to obtain the ASCII code of any character present in a
string, provided that the offset within the string is provided.
PRINT PICK( "TEST", 2 )
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!