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