Using the Locals window


Sometimes, it is easier to just check the values of all the variables in a procedure than to try to guess which variable has the problem. This is easily done with the Locals window. The Locals window lists all the variables declared in the current procedure along with their current values. Variables that are declared outside the current procedure are not shown.

Top Home