QB 4.50 On-Line Help Correction for UBOUND Statement (45176)



The information in this article applies to:

  • Microsoft QuickBASIC 4.5

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.

Modification Type:MinorLast Reviewed:1/9/2003
Keywords:KB45176 kbAudDeveloper