Microsoft® JScript item Method |
Language Reference Version 3 |
Returns the current item in the collection.
myEnum.item( )The myEnum argument is any Enumerator object.
The item method returns the current item. If the collection is empty or the current item is undefined, it returns undefined.