ASC(1)
PURPOSE
This function will return the ASCII value of the first character of a field.
PARTS
1 f/c/e | Required - The field to be used. The function will use only the first character of the field which must be of A type. |
RETURN TYPE - I
The ASCII value.
COMMENTS
This doesn't work with double-byte characters.
SEE ALSO
CHR()
EXAMPLE
x = ASC('A')
// x = 65
Page url: http://www.cassoftware.com/tas/manual/asciivalue().htm