Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array parameters
Message
 
 
To
01/06/2004 21:32:45
Sze Tatt Ooi
Infolution Its Technology
Pulau Tikus, Malaysia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00909115
Message ID:
00909118
Views:
10
Sure you can but it has to be passed by reference.
DIMENSION myarray[3]
myarray[1] = 123
...
= myfunction(@myarray)
...

FUNCTION myfunction(tamyarray)
EXTERNAL ARRAY tamyarray
...
>Hi i know this is a stupid question but i nevertheless could not find an answer to my question in the internet.
>
>What i wanted to know is that is there a way to pass an array parameter to a function ?? If so how ? :)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform