Edit

Char (num)

Result Type: String

Definition: Returns a string containing the character with the given numerical codepoint.

Examples: Char(65)

returns "A"

Char(9)

returns "\t" (the tab character)

Char(0)

is an error — NUL characters are not allowed in MoneyWorks text values

Note: In MoneyWorks 6 and earlier, the encoding was assumed to be the system default 8-bit encoding (typically MacRoman on Mac or Windows-1252 on Windows, but may have been different depending on your locale). You can assume that characters in the 7-bit ASCII range (1-127) will continue to behave the same.