@URLDecode (Formula Language)

Decodes a URL string into regular text.

Note: This function is new with Release 6.

Syntax

@URLDecode( decodeType ; token )

Parameters

decodeType

Text. The type of encoding you want to use to translate the token. You can specify either a string argument or a MIME character set.

String arguments:

MIME character set:

Decodes the hexadecimal digits that represent the code value into octets, then converts the specified character sets into LBMCS. The supported MIME character sets are:

token

Text or text list. URL string(s) to be decoded.

Return value

String

Text or text list. Returns a decoded version of a URL string.

Examples

This code, when used as the default value for a field, decodes the URL-formatted string in the encode field. It returns "Employee/My Database" if the encode field contains "Employee%2FMy%20Database.nsf."
@URLDecode("Domino";encode)

Additional Documentation | Trademarks |