%Chr function


Function
The function converts the specified number to a text (ASCII coding).


Declaration
TEXT %Chr(
   INT in number
 )
Parameters
numberA number within the interval 0...255.
Example
If the value of the expression number is out of the limits, the function returns an invalid value.
 


 %Chr(72)     ; returns the value of "H"
Napíšte komentár