IBasic |
Assigning True to the Run property causes the text in the Code property to be parsed and execute. Syntax or run-time errors trigger the ErrorAlert event.
Setting | Description |
---|---|
True | Script code is executing. |
False | Script code is not executing. |
Assigning False to the Run property causes the execution to halt. After that point the macro/module can be restarted, but not resumed.