Previous Topic: URL Function--Returns a Component of a URL String

Next Topic: URLENCODE Function--Encode a String

URLDECODE Function--Decode a URL String

The URLDECODE function decodes the specified URL string.

Syntax

The URLDECODE function has the following format:

URLDECODE(url)

Parameters

The function accepts the following parameter:

url (string)

Return Value

The URLDECODE function returns a string.

Example

Return_value=URLDECODE("Framingham%2C+Mass")
Return_value="Framingham, Mass"

More information:

URLENCODE Function--Encode a String


Copyright © 2010 CA. All rights reserved. Email CA about this topic