Previous Topic: URLDECODE Function--Decode a URL String

Next Topic: VEXIST Function--Is the Parameter Defined?

URLENCODE Function--Encode a String

The URLENCODE function encodes the passed-in string to URL format.

Syntax

The URLENCODE function has the following format:

URLENCODE(source_string)

Parameters

The URLENCODE function accepts the following parameter:

source_string (string)

Return Value

The URLENCODE function returns a string.

Example

Return_value=URLENCODE('Framingham, Mass') Return_value='Waltham%2C+Mass'

More information:

URLDECODE Function--Decode a URL String


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