&&preference

From m204wiki
Jump to navigation Jump to search
Action:

Returns the value of the specified Client preference setting. Client preferences are selected from the Preferences dialog box or the Proc Selection page, or they are set with the setPreference command. Their names for the purposes of this function match the options listed for the setPreference command.

Syntax:

&&preference(preferenceName

where preferenceName is one of the setPreference command preference options (not case-sensitive).

For example, the following command returns a 1 or 0 (indicating that the preference is on or off):

echo &&preference('breakAfterReadScreen') 

Introduced: Build 60