Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters
Message
From
05/05/2000 12:16:36
 
 
To
05/05/2000 12:04:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00366621
Message ID:
00366633
Views:
13
ReturnValue = MyClass.MyMethod(Param1, Param2)

If you want MyMethod to change the value of the parameters, you need to add a "@" before the parameter:

ReturnValue = MyClass.MyMethod(@Param1, @Param2)

HTH
>How can you send a parameter to a method?
Previous
Reply
Map
View

Click here to load this message in the networking platform