ASCII

ASCII


array.variable Index Level ASSIGNED
Syntax ASCII( expression )
Category BASIC
Type Function
Description converts a string of EBCDIC-encoded characters into their equivalent ASCII values.

The "ascii()" function is the inverse of the "ebcdic()" function.
Options
See Also EBCDIC statements & functions functions ASCII codes ASCII, definition
Example
Warnings The "ASCII" function has no way of telling whether the string being passed to it is already ASCII or not.  Passing an ASCII string through the "ascii()" function produces undefined results.
Compatibility D3 7.0 AP R83
array.variable Index Level ASSIGNED