Microsoft JScript
moveFirst Method
Language Reference
Version 3

See Also Applies To


Description
Resets the current item in the collection to the first item.
Syntax
myEnum.moveFirst( )

The myEnum argument is any Enumerator object.

Remarks
If there are no items in the collection, the current item is set to undefined.

Comments