CHAR |
DEVELOPER |
|
|
Purpose |
CHAR returns the character of a numeric value, depending on the character set of the system (e.g. ASCII or EBCDIC). |
Syntax |
CHAR (operand) |
Operation |
operand is any valid numeric constant, variable, or expression evaluating to between 0 and 255. |
Remarks |
|
Example |
Assume that #B = 193 and #C = 111. |
Topic ID: 520030