The information in this article applies to:
SYMPTOMSUsing the INPUT or INPUT # statement with a variable that has the same name as a property changes your source code which can hang the environment or result in an "Invalid Use of Object" error message. STATUSMicrosoft has confirmed this to be a bug in the Standard and Professional Editions of Microsoft Visual Basic for MS-DOS, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The INPUT and INPUT # statements input data from a file or keyboard into a
variable. However, when the environment unexpectedly encounters a property
name instead of a variable name to store the data in, it will change your
program's source code. This will produce the error message "Invalid Use of
Object." This behavior does not occur in a compiled program. The compiler
properly flags the error with an "Variable required" error message.
Additional query words: VBmsdos BUGLIST1.00 1.00
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |