.

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


@Password
Example

Encodes a string.

Syntax

@Password( string )

Parameters

string


Return value

encodedString


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

@Password is especially useful in an input translation formula to protect a user's password from being seen by others.

Note There is no way to decode the original string once it has been encoded by @Password.

Note Strings that begin with an open parenthesis "(" are not encoded.

Example
See Also