Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return values in parameters of a routine
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00801371
Message ID:
00801373
Vues:
7
This message has been marked as the solution to the initial question of the thread.
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
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform