Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%Chr function


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


Declaration


Blok kódu
languageesl
themeConfluence
TEXT %Chr(
   INT in number
 )


Parameters


numberNumber A 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.
 



Blok kódu
languageesl
themeRDark
 %Chr(72)     ; returns the value of "H"