Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array passed to form no longer an array
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00361069
Message ID:
00361132
Views:
15
aMyTempArray=thisform.aSearchFields

as I suggested also works, and you save that memory too.

>My Solution: make a copy of the array and pass the copy in by REFERENCE.
>
>=acopy(thisform.aSearchFields, aMyTempArray)
>DO FORM FIND WITH "device", aMyTempArray TO lnid
>
>We're trading some memory for neatness of code, but it works.
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform