The Collect_CA_from_OV procedure collects the values from an Overlapped Vector to form a Collected Array.
Calling syntax:
call Collect (CA, OV) | or |
CA = OV |
Input variable:
OV | The Overlapped_Vector object to be queried. |
Output variable:
CA | The Collected_Array object result. |
The Collect_CA_from_OV code listing contains additional documentation.