Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an Array Param
Message
From
14/06/1999 16:49:52
 
 
To
14/06/1999 16:39:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00229698
Message ID:
00229714
Views:
18
>You should pass the class object by parameter instead and have the method use the class property instead:
>
>MyFunc(THIS) && Pass the object
>
>MyFunc():
>LPARAMETERS oClass
>? oClass.MyArray[1]
>oClass.MyArray[1] = "Test"
>
Thanks, I like your method
Previous
Reply
Map
View

Click here to load this message in the networking platform