&&preference

From m204wiki
Revision as of 17:20, 23 August 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the value of the specified </span><span class="f_ListBul1">Client preference setting. Client...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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