Contents
Display Legacy Contents

 Print
    Charact  
This Function returns a <string>, the char corresponding to the specified ASCII Code.

Parameters

ASCII Code numeric
ASCII value to retrieve the char from.
This value must be between 0 and 255. If you specify an ASCII Code out of this range, the returned value will be the corresponding char of ASCII value 0.


     
Example 1
  Example 2
Charact(75)

Result = K
  Encode(Charact(-1))

Result = <0>


     
  • If you specify a Char with more than one char, Kalipso will use the first char.

See also
Samples

 
 
Updated : 3/28/2018 10:18 AM