$ASCII()

Examples of $ASCII()

The $ASCII function returns the integer ASCII code for a character in a string.

The format for the $ASCII function is:

    $A[SCII](expr[,intexpr])
    

$ASCII() provides a means of examining non-graphic characters in a string. Used with $CHAR(), $ASCII() also provides a means to perform arithmetic operations on the codes associated with characters.