Allows the user to provide a list of keys from the segment to be copied, and returns a list of corresponding keys from the resulting copied segment.
- Parameters
-
| source_seg | Name of the segment to be copied. |
| destination | Name of the receiving segment. |
| count | Size of the interesting_keys array. |
| interesting_keys | List of keys to be copied. |
| copied_keys | New identifiers of the created segments. Passed by reference. Returned to user. |
DETAILS
- See also
- Copy_Segment, Include_Segment, Rename_Segment, Open_Segment, Close_Segment, Delete_Segment.