Microsoft KB Archive/45176

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


QB 4.50 On-Line Help Correction for UBOUND Statement

Article ID: 45176

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft QuickBasic 4.5 for MS-DOS



This article was previously published under Q45176

SUMMARY

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.



Additional query words: QuickBas

Keywords: KB45176