&&blackOrWhiteList

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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