Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing arrays to procedures when array is a form proper
Message
 
 
To
26/10/1998 16:11:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00150651
Message ID:
00150692
Views:
12
Bert,

Use ACOPY() to put the property into a local array and pass that to the function. Then acopy() it back. It isn't as slow as it sounds.

>To pass an array to a procedure, to modify it, I use the syntax:
>rtnval = procedure_name(@arrayname)
>
>How do I do the same using an array which is a form property? Foxpro does not accept the following code:
>rtnval = procedure_name(@thisform.arrayname)
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform