KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45514: 4.50 Manual Has Misleading Note for Calling FUNCTION Procedure

Article: Q45514
Product(s): See article
Version(s): 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr SR# S890518-133 | mspl13_basic
Last Modified: 20-DEC-1989

The Note on Page 46 of the "Microsoft QuickBASIC: Programming in
BASIC" manual for Version 4.50 is misleading. It reads as follows:

   NOTE: The program example above is written for use in the QB
   environment only. It cannot be compiled using the BC command
   from DOS.

Technically, this note is correct because the program example leaves
out the DECLARE statement for the FUNCTION procedure (GetInput$). The
DECLARE is necessary for compilation. However, if the program is
entered in the QuickBASIC environment, the DECLARE will automatically
be added when the program is Saved. This misleading comment does not
appear in the documentation for Microsoft BASIC PDS Version 7.00.

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.