Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing object array
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01668317
Message ID:
01668368
Views:
54
>>For this need, I've copied the object's array to a local array, passed it, and then copied it back. Hacky, but it works.
>
>Yeah that's a pain and can be slow and use up a lot of memory depending on the size of the array. Wrapping might be more efficient as you can keep the single instance of the array and just work with that.

I inherited an app written in the VFP6 days, and the developer who worked on it was from the FPW 2.6 days.

It is an app that does data backups to .ZIP files, and it works very well. I've been refactoring the code and pulling things out into an external class. It's caused some of these quirks to be exposed.
Previous
Reply
Map
View

Click here to load this message in the networking platform