Using Variables and Traces
Dening Variables
To create aUse the VARDEF command.
10 OUTPUT 723;"VARDEF MY_VAR,0;" | Create variable called MY V AR and assign it |
| a value of 0. |
Use the DISPOSE command.
10 OUTPUT 723;"DISPOSE MY_VAR;"
Using Variables and Traces
Dening Variables
To create aUse the VARDEF command.
10 OUTPUT 723;"VARDEF MY_VAR,0;" | Create variable called MY V AR and assign it |
| a value of 0. |
Use the DISPOSE command.
10 OUTPUT 723;"DISPOSE MY_VAR;"