NOT EOF(1) Means "COM1: " Characters Are Waiting; TERMINAL.BAS (71902)
This article was previously published under Q71902
SUMMARY
The following incorrect comment regarding the EOF function is found in
the TERMINAL.BAS program released with QuickBasic versions 4.00,
4.00b, and 4.50; with Microsoft Basic Compiler versions 6.00 and
6.00b; and with Microsoft Basic Professional Development System (PDS)
versions 7.00 and 7.10 for MS-DOS. The incorrect comment is also
printed on page 132 of the "Microsoft Basic 7.0: Programmer's Guide"
(for versions 7.00 and 7.10):
' Check the modem. If characters are waiting (EOF(1) is
' true), get them and print them to the screen:
This should be changed to read as follows:
' Check the modem. If characters are waiting (EOF(1) is
' not true), get them and print them to the screen:
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB71902 |
|