Microsoft® JScript™
getItem Method
 Language Reference 
Version 3 

See Also                  Applies To


Description
Retrieves the item at the specified location. Note: This is ONLY available in JScript (not in Javascript)
Syntax
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.


© 1997 by Microsoft Corporation. All rights reserved.