Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ACopy() question
Message
From
27/05/2001 06:53:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ACopy() question
Miscellaneous
Thread ID:
00511880
Message ID:
00511880
Views:
49
Hi all,

I have a form property thisform.WkArr[52,2]

If I copy it to an array (so it can be passed by reference)
=aCopy(Thisform.Wkarr, laWkarr )
=Myfunc(@lawkArr)
But then change the size of the array in the function

Lets say laWkarr gets smaller in the function
If I want to copy it back into the form property
=aCopy(laWkArr, Thisform.wkArr)
This will leave any extra array elements after the end of laWkarr

My question is.. what's the best way to resize Thisform.wkArr before doing the aCopy back into it.

If it was a normal array I could do the following
Release wkArr
=aCopy(laWkArr, wkArr)

But with a form property, how do I get it to a state that aCopy will think is empty (and therefore re-size it automatically)

Any suggestions appreciated

Will
Will Jones
Next
Reply
Map
View

Click here to load this message in the networking platform