Microsoft®
JScript ubound Method |
Language Reference Version 3
|
Returns the highest index value used in the specified dimension of the VBArray. Note: This is ONLY available in JScript (not in Javascript)
safeArray.ubound(dimension)The ubound method syntax has these parts:
Part Description safeArray Required. A VBArray object. dimension Optional. The dimension of the VBArray for which the higher bound index is wanted. If omitted, ubound behaves as if a 1 was passed.
If the VBArray is empty, the ubound method returns undefined. If dim 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/js915.htm, 2KB, , updated: 2019/12/26 11:21, local time: 2024/10/31 17:02,
18.223.195.164: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/js915.htm"> ubound Method</A> |
Did you find what you needed? |