Button
The mode - by pressing a button on the main or the chart panel, or by starting
Zorro with a command line - in which the current code is running.
Type:
int
Remarks:
- By setting TESTNOW, the script can perform a
Test run even when running in [Train]
mode (Button == 3).
Example:
if(Button == 8) // single step
updateMyPanel() // display variables in a panel
See also:
Command line, visual debugger,
Test, Train
Latest version online