Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass form property array?
Message
From
22/07/2004 10:58:45
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00927011
Message ID:
00927013
Views:
28
Hi Dmitry!

>I can pass an array to function using "@" as
>MyFunc(@MyArray)
>But if MyArray is a property of a form and I try:
>MyFunc(@thisform.MyArray)
>I get error that about "thisform"
>Other than copying the form property array to a local array and passing the copy, if there a way to do it?
>Thank you.

Try this:
laMyArray = thisform.MyArray
MyFunc(@laMyArray)
I think this helps you.
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform