Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing error making exe with passing array
Message
De
26/04/2002 02:52:24
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
26/04/2002 02:30:44
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00649484
Message ID:
00649488
Vues:
12
Hi Vladimir,
I know two ways. I oftne use Arrays to return values, so I do:
PARAMETERS;
 taMyArray

DIMENSION taMyArray(MyRows,MyCols)
If you pass information to the Method / Procedure it is better to do:
PARAMETERS;
 taMyArray

EXTERNAL ARRAY taMyArray
HTH

Agnes
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform