Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return values in parameters of a routine
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00801371
Message ID:
00801381
Views:
9
Thank you Sergey

>You may try to pass parameters by reference
OcxRoutine(@Cx, @Cy)
>>Hi Everybody,
>>
>>I am using an OCX control. It is using a routine which returns values in its parameters. How may I call this routine to have the parameters back?
>>
>>I Wrote
>>
Public Cx, Cy
>>Cx = 1
>>Cy = 1
>>
>>OcxRoutine(Cx, Cy)
>>
>>However, after calling the routine the content of Cx and Cy did not change.
>>
>>What should I do.
>>
>>Thank you,
>>Ali
Previous
Reply
Map
View

Click here to load this message in the networking platform