Encode
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Encode
Last updated
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Encode
Last updated
This Function returns a <string>, which is the specified Value with all the non printable chars converted to their corresponding ASCII value, between "<" and ">".
Value <string> - String to encode.
Example 1
Encode("Kalipsoisgreat.") Result = Kalipso<3>is<8>great.
Example 2
Encode("Kalipsoisgreat.") Result = Kalipso<0>is<0>great.
If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".