strLib.integerAsChar

The string-formatting function strLib.integerAsChar converts an integer string into a character string.


strLib.integerAsChar syntax diagram

integerExpression

A literal, variable or expression that returns an integer of type BIGINT, INT or SMALLINT.

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

Related reference
Text formatting (system words)
strLib.characterAsInt