.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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