Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From VB to VFP
Message
 
 
À
14/12/2001 20:36:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00594726
Message ID:
00594745
Vues:
28
>>Any difference if you pass the parameter BY REFERENCE?
>
>I also tried that. It didn't help.

Try
LOCAL loEClient
LOCAL lcResponseCode
<b>lcResponseCode = REPLICATE(CHR(0), 255)</b>
loEClient=CREATEOBJECT('MyObject')
<b>loEClient.GetResponseCode(@lcResponseCode)</b>
? 'Response Code: ' + lcResponseCode
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform