Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ACOPY, bug or am I missing something
Message
From
18/04/2002 06:44:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ACOPY, bug or am I missing something
Miscellaneous
Thread ID:
00646234
Message ID:
00646234
Views:
34
Hi

OK, I have a property (which is an array) in my object which I ACOPY into a local array, I thought that ACOPY increases the elements in a destination array to match the source array, this works fine the first time, but when I want copy another property (array) into the same local array, it errors.

Sample code:
LOCAL laOutput(1, 1)

*Copy first array (this works fine)
=ACOPY(this.aArray1, laOutput)

*Copy second array (this errors)
=ACOPY(this.aArray2, laOutput)
this.aArray1 is [6, 9] and this.aArray2 is [7, 9].

Any ideas?

Thanks
Kev
Next
Reply
Map
View

Click here to load this message in the networking platform