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. Note: This is ONLY available in JScript (not in Javascript).
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.


© 1997 by Microsoft Corporation. All rights reserved.