KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45176: QB 4.50 On-Line Help Correction for UBOUND Statement

Article: Q45176
Product(s): See article
Version(s): 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | SR# S890525-16 docerr | mspl13_basic
Last Modified: 1-JUN-1989

The QuickBASIC Version 4.50 on-line help utility contains a
documentation error under the UBOUND statement. The incorrect sentence
reads as follows:

      UBOUND(array[,Dimension])

   -- Dimension, an numeric-expression that has an integer value,
      indicates the dimension of the array for which you want to see
      the smallest available subscript.

The sentence should be corrected to read as follows:

      UBOUND(array[,Dimension])

   -- Dimension, a numeric-expression that has an integer value,
      indicates the dimension of the array for which you want to see
      the largest available subscript.

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.