PRB: Invalid in Immediate Window Error When Creating VariableLast reviewed: June 21, 1995Article ID: Q76636 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, versions 2.0 and 3.0- Microsoft Visual Basic programming system for Windows, version 1.0
SYMPTOMSOne of the following error messages may occur when you attempt to create a new variable in the VB.EXE Immediate window:
Invalid in Immediate Window -or- Invalid in Debug Window CAUSEThis error message may occur if your program has encountered a serious error (for example, "Out of Stack Space") from which the program cannot continue. The current program must be able to continue for variables to be created in the Immediate window.
RESOLUTIONExit Visual Basic.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |