SetUserOption function

Syntax

SetUserOption(Level, OPTN, Value)

Description

Use the SetUserOption to set 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.

Value

Specify the value of the option.

Returns

A Boolean value: True, if the function completed successfully, False otherwise.