Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter array
Message
From
09/11/2011 09:11:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Parameter array
Environment versions
Visual FoxPro:
VFP 5
OS:
Windows 7
Miscellaneous
Thread ID:
01528475
Message ID:
01528475
Views:
129
Hi All:

Is there a parameter array?
foo('one', 'two', 'three')

return

Function foo(dog, cat, hen)

? aPara(1)   &&displays 'one'
? dog           &&displays 'one'
? aPara(2)   &&displays 'two'
? aPara(3)   &&displays 'three'


return
Next
Reply
Map
View

Click here to load this message in the networking platform