GetUserOption function

Syntax

GetUserOption(Level, OPTN)

Description

Use the GetUserOption function to return the default value for the specified option.

Parameters

Parameter Description

Level

Specify the option category level as a string.

OPTN

Specify the option as a string.

Returns

The default value for the specified option.

Example

Local Any &MyValue;
&MyValue = GetUserOption("PPLT", "TZONE");