URLEncode
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - URLEncode
This Function encodes a specified string into a URL encoded string.
Parameters
Value <string> - The string to encode.
Examples
Example 1
URLEncode("SYSDEV&Kalipso Designer") Result = SYSDEV%26Kalipso%20Designer
Last updated
Was this helpful?