The URLDECODE function decodes the specified URL string.
The URLDECODE function has the following format:
URLDECODE(url)
The function accepts the following parameter:
url (string)
The URLDECODE function returns a string.
Return_value=URLDECODE("Framingham%2C+Mass")
Return_value="Framingham, Mass"
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |