Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Enumerator Object AtEnd Method

Returns a Boolean value indicating if the enumerator is at the end of the collection.

Syntax: JScript Enumerator Object AtEnd Method

myEnum.atEnd( )

Arguments: JScript Enumerator Object AtEnd Method

myEnum

Any Enumerator object.

Return Value: JScript Enumerator Object AtEnd Method

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.

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