Microsoft®
JScript moveFirst Method |
Language Reference Version 3
|
Resets the current item in the collection to the first item. Note: This is ONLY available in JScript (not in Javascript).
myEnum.moveFirst( )The myEnum argument is any Enumerator object.
If there are no items in the collection, the current item is set to undefined.