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

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)

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform