NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



UrlDecode

Url-Decodes a string

Url-Decodes an Url-Encoded string. You do not need to call UrlDecode for parameters read with the "Parameter" command as they are already UrlDecoded for you.

Sample Source

MyString := UrlEncode "Hello World"

Say UrlDecode MyString

Related Function(s):
   Parameter; UrlEncode;

Minimum version: 1.0