CHAR
CHAR returns the character identified by a given ASCII numeric code.
This function is valid in both TM1® rules and TurboIntegrator processes.
Syntax
CHAR(number)
Argument |
Description |
---|---|
number |
An ASCII code number. This number must be between 1 and 255, inclusive. |
Example
CHAR(100) returns 'd'.