Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Member of Array Collection Accessor (PRIM_ACAC)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_ACIT

Reference to the new iterator instance

Details

CreateIterator method creates an instance of the an iterator component that enables iteration over the collection.

The recommended method of iterating through a collection is using the FOR/ENDFOR command construct.

This feature is provide provided for completeness and is unlikely to be required for most development purposes.

...

Example syntax for the FOR/ENDFOR construct to iterate over a collection.

 
For each(#Item) in(#Collection)
* Processing here
Endfor

See also

All Component Classes

Technical Reference