PowerUp Description
The pwrURLENCODE PowerUp function converts a string value to its equivalent string with special characters encoded to be included on a URL.
PowerUp Syntax
pwrURLENCODE(value)
The pwrURLENCODE PowerUp function has the following arguments:
value – Required. This is the string to have special characters encoded for inclusion on a URL.
Return Value
pwrURLENCODE will return an equivalent string with special characters properly encoded so they may be included on a URL.
Remarks
None.
Example
=pwrURLENCODE("Sample Text")
Will return the following:
Sample%20Text