Previous PageNext Page

7.14.1 AtEnd Method

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

Syntax

myEnum.atEnd( )

Arguments

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page