Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax for passing array causes compile error
Message
 
À
29/06/1999 18:05:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00235565
Message ID:
00235698
Vues:
24
Jim,

Parameters are passed on a DO command line by reference by default. DO commands are noit UDF calls. SET UDFPARMS only affects UDF calls.

You can eliminate the error by putting a line in the called routine;

EXTERNAL ARRAY Whatever

to inform the compiler that the array referenced is created outside of the routine.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform