What is Locals window?
What is Locals window?
Rating:
Locals window is a debugging window. It displays the value of variables within the scope of the current procedure. As execution switches from procedure to procedure, the contents of the Locals window change to reflect only the variables applicable to the current procedure. It can be used to see the value of variables at run time. The first variable in the list of variables displayed in the Locals window, is a special module variable and can be expanded to display all module level variables in the current module. For class modules, the system variable Me is defined. For standard modules, the first variable is the name of the current module. Global variables and variables in other projects are not accessible from the Locals window.
Rating:
Other articles
- What is Regasm.exe?
- What is Permview.exe?
- What is the Find method?
- What is the SmartNavigation attribute of the @ Page directive?
- What is an application boundary?