Microsoft® Visual Basic® Scripting Edition UBound Function |
| Language Reference |
|
Returns the largest available subscript for the indicated dimension of an array.
UBound(arrayname[, dimension])
The UBound function syntax has these parts:
Part Description arrayname Required. Name of the array variable; follows standard variable naming conventions. dimension Optional. Whole number indicating which dimension's upper bound is returned. Use 1 for the first dimension, 2 for the second, and so on. If dimension is omitted, 1 is assumed.
The UBound function is used with the LBound function to determine the size of an array. Use the LBound function to find the lower limit of an array dimension.The default lower bound for any dimension is always 0. As a result, UBound returns the following values for an array with these dimensions:
Dim A(100,3,4)
Statement Return Value UBound(A, 1) 99 UBound(A, 2) 2 UBound(A, 3) 3
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/vbs/vbscript/183.htm, 3KB, , updated: 1996/11/22 11:12, local time: 2025/3/24 03:39,
18.97.14.85:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/vbs/vbscript/183.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.