Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array parameter
Message
From
06/05/1998 12:18:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/05/1998 12:01:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00097380
Message ID:
00097389
Views:
23
>I need to receive an array as a parameter, but I am just not getting it. How do I go about this?
>
>TIA
Tom,
What do you mean by receive ? Receive in a function or from a function. Anyway you would need to create the array first and then pass by reference. :
dimension myArray[4]
myArray[1]=1
myArray[2]=2
myArray[3]=3
myArray[4]=4
=processmyarray(@myArray)
? myArray[3]

function processmyarray
lparameters aAnArray
aAnarray[3]="Hello"
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform