Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Breaking inheritance
Message
 
 
À
30/11/2001 08:33:20
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00587925
Message ID:
00587982
Vues:
28
>I just found out one more way to get into trouble: passing a parameter to DoDefault(), and forgetting that the parameter is an array.
>
>
>lparameters taMyArray, tnPar2, tcPar3
>DoDefault(taMyArray, tnPar2, tcPar3)
>* Gives error message: the passed parameter is no longer an array.
>
>* Corrected version:
>lparameters taMyArray, tnPar2, tcPar3
>DoDefault(@taMyArray, tnPar2, tcPar3)
>* Gives error message: the passed parameter is no longer an array.
>
Why corrected version still give the same error?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform