Syntax:
CHAR( number )
Returns as a text string the text character whose Latin-1 numeric value is expressed by number.
Example:
CHAR(65)
returns the text string "A"
.
If number does not equate to a valid Latin-1 character,
the error "Parameter out of range"
is given.
Revisions:
Starting with 2.00, this function will no longer allow Fireworkz' internal inline escape character (ASCII 7) to be inserted into a string as this would subsequently crash the text formatter.