Encode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Encode

This Function returns a <string>, which is the specified Value with all the non printable chars converted to their corresponding ASCII value, between "<" and ">".

Parameters

  • Value <string> - String to encode.

Examples

  • Example 1

  • Example 2

If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".

Last updated