34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng313b4.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng31698.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>UBOUND Upper Bound of Array Dimension</B>
|
|
|
|
<U>y</U> = <B>UBOUND</B>(<U>array</U>[,<U>dimension</U>])
|
|
|
|
Returns the highest subscript for a given dimension of a given array.
|
|
|
|
<U>array</U> The name of an array.
|
|
|
|
<U>dimension</U> The number of a dimension. The first dimension of an array
|
|
is 1, the second is 2, and so on. For one-dimensional
|
|
arrays, this argument can be omitted.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng175c1.html">LBOUND</A>
|
|
<A HREF="ng22467.html">OPTION BASE</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|