Decode
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Decode
This Function returns a , which is the Value with all the numeric values, who are between "<" and ">", converted to the corresponding char.
Parameters
Value <string> - String to decode.
Examples
Example 1
Decode("K<97>l<105>p<115>o") Result = Kalipso
Example 2
If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".
Last updated