Initializing help system before first use

iteratorinit

iteratorinit


Purpose
Position an array iterator before the first entry of a named array
Synopsis
procedure xreflect~iteratorinit(it:xreflect~arrayiterator,entityname:string)
Arguments
it 
The array iterator
entityname 
Name of a public array entity
Further information
1. If the specified entity name cannot be found, the model will terminate with a runtime error.
2. If the specified entity is not an array of a supported type, the model will terminate with a runtime error.
3. If the specified array has an index set of an unsupported type, the model will terminate with a runtime error.
Related topics