| Syntax | |
| Documentation | Decodes the given string into a from an encoded URL format:
Parameters:
string, the string to be decoded from URL format.
Returns:
|
| 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' |
| Group | Net |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |