Charact
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - 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.
Examples
Example 1
Charact(75) Result = K
Example 2
Encode(Charact(-1)) Result = <0>
Last updated
Was this helpful?