CMD VPRINT
Contents |
Effect
Prints a list with all the variables already used by a MSX-BASIC program that is in the computer memory. In case of variables with more than 2 characters, only the two first characters are taken in account.
For each variable, the list includes all the line numbers that use this variable. The array variables can be found at the end of the list.
Syntax
CMD VPRINT
Associated function key
F7
Using
The execution of the instruction can be paused by pressing ESC. You can then completely stop it by pressing ESC a second time or resume it by pressing any other key.
Related to
CMD LLIST, CMD LPRINT, CMD VLIST