FORMULA LANGUAGE


@Password
Example

Encodes a string.

Syntax

@Password( string )

Parameters

string


Return value

encodedString


Usage

@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