PRODUCT: fileProPlus
SUMMARY: Array copy
DETAIL: A command to copy all elements from one array to another.
One use for this might be to DIM an array against a set of real fields in a lookup file
and then copy it to a set of fields mapped to a set of dummy fields.
One use for this might be to easily detect which fields have been changed during an update.
Another use would be in designing a report where field edits on the form should differ from the edits of the real fields
(eg. all the real fields are 7,.2 but the report should show the data as 4,.0)