Microsoft JScript
atEnd Method
Language Reference
Version 3

See Also Applies To


Description
Returns a Boolean value indicating if the enumerator is at the end of the collection.
Syntax
myEnum.atEnd( )

The myEnum argument is any Enumerator object.

Return Value
The atEnd method returns true if the current item is the last one in the collection, the collection is empty, or the current item is undefined. Otherwise, it returns false.

Comments