&&preference: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 17:20, 23 August 2022

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