&&blackOrWhiteList
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 |