Microsoft® JScript atEnd Method |
Language Reference Version 3 |
Returns a Boolean value indicating if the enumerator is at the end of the collection.
myEnum.atEnd( )The myEnum argument is any Enumerator object.
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.