Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you scatter/gather into a two dimensional array?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00175438
Message ID:
00175454
Views:
26
>>Have a two dimensional array. Want to scatter into the columns of row 1. Have tried several ways but it seems to scatter into (row1,column1), then (row2,column1), etc.
>>
>>Anyone know how I can scatter/gather into a two dimensional array?
>>
>>Thanks Brenda

>Can you not redimension the array and then issue ACOPY() specifying the destination element to begin the copying. I have just had a quick glance at the help on ACOPY() and, theoretically, providing it is doing what you want, it should work!

Seems it should work. Thanks. Unfortunately I do not know many of the simple FoxPro commands. Did not know about ACOPY. Certainly would have saved me many FOR...ENDFOR loops earlier in the week.

Thanks - Brenda
Previous
Reply
Map
View

Click here to load this message in the networking platform