Microsoft JScript
item Method
Language Reference
Version 3

See Also Applies To


Description
Returns the current item in the collection.
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.

Comments