Microsoft KB Archive/45176

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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