Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass form property array?
Message
De
22/07/2004 10:58:45
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00927011
Message ID:
00927013
Vues:
29
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform