Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing An Array
Message
 
To
19/08/2005 12:44:16
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042334
Message ID:
01042373
Views:
24
You could also return an object with properties for each of the values to return.

loReturn = create("empty")
addproperty(loReturn, "cSomeValue", "This is the value to return")

return loReturn
Previous
Reply
Map
View

Click here to load this message in the networking platform