Microsoft® JScript™
moveFirst Method
 Language Reference 
Version 3 

See Also                  Applies To


Description
Resets the current item in the collection to the first item. Note: This is ONLY available in JScript (not in Javascript).
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.


© 1997 by Microsoft Corporation. All rights reserved.