Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing arrays
Message
 
 
To
06/12/2001 21:55:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00590963
Message ID:
00590966
Views:
19
>Hi there
>
>Can someone please tell me how to pass an entire array, either by value or by reference to a proceedure or method
>
>Thanks in advance
>Geoff Scott
local laArray[1]
lnWords=aparser(@laArray, m.lcmyString, m.lcDelimiter)

Function aparser
lparameter taArray
external array taArray
....
return lnWords
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform