Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM & Data Types
Message
De
17/07/2000 18:06:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
COM & Data Types
Divers
Thread ID:
00393575
Message ID:
00393575
Vues:
49
Is it not possible within a COM server to change the data type of a variable passed by reference?
For Example,
PROCEDURE oComObject.GetSomething
 LPARAMETERS tuVar

 tuVar = 9

 Return llSuccess
ENDPROC
In the calling procedure:
lcVar = ''
oComObject.GetSomething(@lcVar)
Prior to calling the method, lcVar is an empty string.
After calling this method, lcVar is STILL of character type, now containg the value '9'. Can you not change the data type of the By Ref. variable?

TIA,
Jon
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform