$decodeURL

Converts the given string into a SITEFORUM suitable URL format
Syntax
    $decodeURL{string}
DocumentationDecodes the given string into a from an encoded URL format:

    Parameters:
      string, the string to be decoded from URL format.
    Returns:
      the decoded string.
Examples
Decodes a string from URL format:

    $set{url}{$decodeURL{http://www.SITEFORUM.com/SITEFORUMService?u=name&p=secret&t=onCreate&i=934813754121&street%3D25th+avenue}}

    $//The value of variable 'url' is decoded and equals to:

    $// 'http://www.SITEFORUM.com/SITEFORUMService?u=name&p=secret&t=onCreate&i=934813754121&street=25th avenue'

GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 2