Microsoft® JScript getItem Method |
Language Reference Version 3 |
Retrieves the item at the specified location.
safeArray.getItem(dimension1[, dimension2, ...], dimensionn)The getItem method syntax has these parts:
Part Description safeArray Required. A VBArray object. dimension1, ..., dimensionn Specifies the exact location of the desired element of the VBArray. n equals the number of dimensions in the VBArray.