[back] [prev] [next] [index] [root]

 


IntToChar

Returns the integer with (ASCII) code i, where 0 <= i<256

Syntax:

c := IntToChar(i);

character
  c  
integer
  i  

See also:  CharToInt

Description:

no detailed description available yet


Example:


kash> IntToChar(123);
> '{'


<- back[back] [prev] [next] [index] [root]