Is the iterator at the end of the collection?
Member of Array Collection Iterator (PRIM_ACIT)
Data Type - Boolean
The AtEnd property will return True if the iterator does not have a current item. Every time an iterator is moved, the AtEnd can be tested to determine if there is an item available from the iterator. The best way to iterate through a collection is to use the FOR/ENDFOR commands.
Febuary 18 V14SP2