This function allows you to place a control character (such as BEL or FF) into a variable so you can send it to a console or printer.
The complementary function strLib.charAsInt() returns the code point for a character.
strLib.intAsChar(code INT? in)
returns (character CHAR(1)?)
result = strLib.intAsChar(65);
// result is A on ASCII
| Platform | Issue |
|---|---|
| JavaScript generation | The function sysLib.intAsChar() is not supported. |