Microsoft® Visual Basic® Scripting Edition LBound Function |
| Language Reference |
|
Returns the smallest available subscript for the indicated dimension of an array.
LBound(arrayname[, dimension])
The LBound function syntax has these parts:
Part Description arrayname Name of the array variable; follows standard variable naming conventions. dimension Whole number indicating which dimension's lower bound is returned. Use 1 for the first dimension, 2 for the second, and so on. If dimension is omitted, 1 is assumed.
The LBound function is used with the UBound function to determine the size of an array. Use the UBound function to find the upper limit of an array dimension.The default lower bound for any dimension is always 0.
file: /Techref/language/asp/vbs/vbscript/115.htm, 2KB, , updated: 1996/11/22 10:12, local time: 2024/11/21 04:53,
18.119.113.79:LOG IN
|
©2024 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://techref.massmind.org/techref/language/asp/vbs/vbscript/115.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.