Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing arrays to procedures when array is a form proper
Message
 
 
À
26/10/1998 16:11:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00150651
Message ID:
00150692
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform