Previous PageNext Page

7.14.4 moveNext Method

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

Syntax

myEnum.moveNext( )

Arguments

myEnum
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.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page