Microsoft® JScript™
moveNext Method
 Language Reference 
Version 3 

See Also                  Applies To


Description
Moves the current item to the next item in the collection. Note: This is ONLY available in JScript (not in Javascript).
Syntax
myEnum.moveNext( )

The myEnum argument is any Enumerator object.

Remarks
If the enumerator is at the end of the collection or the collection is empty, the current item is set to undefined.


© 1997 by Microsoft Corporation. All rights reserved.