Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing error making exe with passing array
Message
From
26/04/2002 02:52:24
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
26/04/2002 02:30:44
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00649484
Message ID:
00649488
Views:
11
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]
Previous
Reply
Map
View

Click here to load this message in the networking platform