The URLENCODE function encodes the passed-in string to URL format.
The URLENCODE function has the following format:
URLENCODE(source_string)
The URLENCODE function accepts the following parameter:
source_string (string)
The URLENCODE function returns a string.
Return_value=URLENCODE('Framingham, Mass') Return_value='Waltham%2C+Mass'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |