KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q59130: WHEREIS.BAS Correction in "4.5: Programming in BASIC" Manual

Article: Q59130
Product(s): See article
Version(s): 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr | mspl13_basic
Last Modified: 28-FEB-1990

The following statement in the program example WHEREIS.BAS on Page
78 of the "Microsoft QuickBASIC 4.5: Programming in BASIC" manual for
Version 4.50 is incorrect. The last line on the page incorrectly
states the following:

   OPEN TempSpec$ FOR INPUT AS #FileNu

This statement should be corrected as follows:

   OPEN TempSpec$ FOR INPUT AS #FileNum

The WHEREIS.BAS example program is also included in the \EXAMPLES
subdirectory on the "Setup/Microsoft QB Express" disk for QuickBASIC
Version 4.50. The example provided on disk does not contain the error
and executes properly in the QB.EXE environment or as an .EXE program.

This documentation error has been corrected in the manuals for
Microsoft BASIC Professional Development System 7.00 for MS-DOS and MS
OS/2.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.