Microsoft®
JScript item Method |
Language Reference Version 3
|
Returns the current item in the collection. Note: This is ONLY available in JScript (not in Javascript).
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.