image\cslogo3d1.gif

JScript Enumerator Object moveNext Method

Moves the current item to the next item in the collection.

Syntax: JScript Enumerator Object moveNext Method

myEnum.moveNext( )

Arguments: JScript Enumerator Object moveNext Method

myEnum

Any Enumerator object.

Remarks: JScript Enumerator Object moveNext Method

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

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.