Author Topic: Array Copy  (Read 1292 times)

0 Members and 1 Guest are viewing this topic.

Lauren

  • Administrator
  • Posts: 176
    • View Profile
Array Copy
« on: October 06, 2006, 12:20:27 PM »
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)