CHR(1)
PURPOSE
This program will return the ASCII character based on the value given.
PARTS
1 f/c/e | Required - The value to use. The legal values range from 0 through 255. |
RETURN TYPE - A
The function returns a single character.
SEE ALSO
ASC()
EXAMPLE
define x type a size 1
x = CHR(65)
// x = 'A'
Page url: http://www.cassoftware.com/tas/manual/asciitochar().htm