Microsoft® JScript™
item Method
 Language Reference 
Version 3 

See Also                  Applies To


Description
Returns the current item in the collection. Note: This is ONLY available in JScript (not in Javascript).
Syntax
myEnum.item( )

The myEnum argument is any Enumerator object.

Return Value
The item method returns the current item. If the collection is empty or the current item is undefined, it returns undefined.


© 1997 by Microsoft Corporation. All rights reserved.