StringToANSI
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - StringToANSI
This Function returns a <string>, which is the specified Unicode string converted to ANSI.
Parameters
Value <string> - Unicode string to convert.
Examples
Example 1
StringToANSI("Kalipso") Result = Kalipso
In Kalipso, all strings are Unicode.
Last updated