Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying one array to another
Message
From
05/04/1998 19:19:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Copying one array to another
Miscellaneous
Thread ID:
00089652
Message ID:
00089652
Views:
57
I'm trying to add the elements in one array to another. When I use the acopy function to indicate at which element to add the new elements
it doesn't work.
acopy(details, fileinfo, 1, 3, 54)

where 1 = 1st source element
3= no of elements
54 = 1st source destination.

when I just use acopy(details, fileinfo)

it copies the 3 elements from details to fileinfo but overwrites the
first three elements in fileinfo.

Is there another function to add these elements together. Using Append from requires a file and not an array.

any suggestions would be greatly appreciated. Thanks in advance.

Sheena E.
Next
Reply
Map
View

Click here to load this message in the networking platform