Microsoft®
JScript lbound Method |
Language Reference Version 3
|
Returns the lowest index value used in the specified dimension of a VBArray. Note: This is ONLY available in JScript (not in Javascript)
safeArray.lbound(dimension)The lbound method syntax has these parts:
Part Description safeArray Required. A VBArray object. dimension Optional. The dimension of the VBArray for which the lower bound index is wanted. If omitted, lbound behaves as if a 1 was passed.
If the VBArray is empty, the lbound method returns undefined. If dimension is greater than the number of dimensions in the VBArray, or is negative, the method generates a "Subscript out of range" error.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js909.htm, 2KB, , updated: 2019/12/26 11:20, local time: 2024/10/31 18:33,
3.145.74.249:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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://linistepper.com/techref/inet/iis/jscript/htm/js909.htm"> lbound Method</A> |
Did you find what you needed? |