&&blackOrWhiteList

From m204wiki
Revision as of 02:59, 18 August 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_ListBul1">Tests whether the Debugger is </span><span class="f_Para">run_only_to_listed_procs.html#invoke...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Tests whether the Debugger is filtering the procedures you are going to debug, and if so, whether a Black List or White List is being used.

Syntax:

&&blackOrWhiteList 

The all-lowercase return string is one of these values: black, white, or none.

Example:

The following macro includes a comparison involving &&blackOrWhiteList:

continueMacroIf &&blackOrWhiteList <> 'black' labelButton button0 BlackList Off turnOnBlackList setTitle Black List on< set &changed = 1 clearStatus 

Introduced: Build 62