urlencode

URL-encodes the passed argument. This function is useful when specifying XML connection strings.

Syntax

urlencode ( prompt ( 'userValue' ) )

Example

urlencode ( prompt ( 'some_val' ) )

Result

%27testValue%27