FORMULA LANGUAGE


@URLEncode
Example

Encodes a string into a URL-safe format.

Syntax

@URLEncode( encodingFormat ; token )

Parameters

encodingFormat

token
Return value

encodedURLString


Usage

Do not use @URLEncode to encode an entire URL string. For example, @URLEncode("Domino";"http://www.ibm.com/") returns "http%3A%2Fwww.ibm.com%2F," which would not link successfully to the desired website.

Example
See Also