Close an iterator
Syntax
void Iterator_End(
char iter_id
) ;
Parameters
iter_id
Index of the iterator you want to close. There can only be one iterator open at the same time for each index. There are MAX_ITERATOR_ID id, but only ITERATOR_USER_1 and ITERATOR_USER_2 should be used in user functions.
Return value
This function does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also