strLib.characterAsInt

The string-formatting function strLib.characterAsInt converts a character string into an integer string corresponding to the first character in the character expression.


strLib.characterAsInt syntax diagram

characterExpression

A literal, variable, or expression that returns a character string of type CHAR.

To convert an integer string into a character string, use the strLib.integerAsChar string-formatting function.

Related reference
Text formatting (system words)
strLib.integerAsChar