Chr
%Chr function
Function
The function converts the specified number to a text (ASCII coding).
Declaration
TEXT %Chr(
INT in number
)
Parameters
number | Number within the interval 0...255. |
Example
If the value of the expression number is out of the limits, the function gets invalid value.
%Chr(72) ; returns the value of "H"
Related pages: