Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a property array by reference
Message
 
 
À
19/03/2003 22:11:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00767934
Message ID:
00767935
Vues:
12
No. You cannot pass any property by reference. You can copy property array to the local array before call using ACOPY(), pass it to a method and copy back to the property array after.

>Is there a way to pass a property array by reference?
>
>The following doesn't work:
>
>
>IF NOT This.SetupField(@This.aField)
>   RETURN .F.
>ENDIF
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform