Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass param by reference or private variable?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01671293
Message ID:
01671294
Views:
102
This message has been marked as the solution to the initial question of the thread.
Likes (1)
>Hi,
>
>I need a method of a object to return some strings (actually two). I can declare the variables as Private before calling the method and set the values of the variables inside the method.
>Or I can declare the variables Local and pass them by reference (with @). Therefore, when passing by reference the variable value can be set within the method and afterward get the value.
>What is better practice?

Return an object based on empty with properties storing return values. This way you can return as many strings or not strings as you want
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform