Can't READ DATA Statements Across Basic Modules (58037)
The information in this article applies to:
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft QuickBASIC 4.5
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
- Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.0
This article was previously published under Q58037 SUMMARY
The READ statement cannot read DATA statements that are in another
module. READ statements are allowed within subprograms, but will only
read DATA statements that are in the same module that the subprogram
is in. DATA statements themselves cannot be included inside SUB or
FUNCTION procedure definitions; they must be located at the module
level code of each module.
This information applies to Microsoft QuickBasic Versions 4.00, 4.00b,
and 4.50 for MS-DOS, to Microsoft Basic Compiler Versions 6.00 and
6.00b for MS-DOS and MS OS/2, and to Microsoft Basic Professional
Development System (PDS) Version 7.00 for MS-DOS and MS OS/2.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB58037 |
---|
|