$encodeURL

Converts the given string into a SiteForum suitable URL format.
Syntax
    $encodeURL{string}
DocumentationConverts the given string into a SITEFORUM suitable URL format:

    Parameters:
      string, the string to be converted in the URL format.
    Returns:
      the converted string.
Examples
Convert a string to URL format:

    $set{url}{$EncodeURL{http://www.SITEFORUM.com/SITEFORUMService?u=name&p=secret&t=onCreate&i=934813754121&street=25th avenue}}
    $//The value of variable 'url' is encoded and equals to:
    $// 'http://www.SITEFORUM.com/SITEFORUMService?u=name&p=secret&t=onCreate&i=934813754121&street%3D25th+avenue'
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 2