Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%Chr function


Function
The function converts the specified number to a text (ASCII coding).
Declaration
TEXT %Chr(
   INT in number
 )
Parameters
numberNumber 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"
  • Žiadne štítky