Get_Next_Element¶
Retrieves next record element from an array of attributes.
FUNCTION Get_Next_Element (
element_ OUT type_record_
record_ IN type_record_,
array_ IN type_name_,
position_ IN OUT NUMBER ) RETURN BOOLEAN
Parameters¶
element_
Found element record.*
record_
*Foundation1 record.
array_
The name of the array attribute.
position_
The position of the previous element in the array attribute. Will be updated to point the found element record after function call.
Return¶
True if element has been found, False otherwise.