Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From VB to VFP
Message
 
 
To
14/12/2001 20:36:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00594726
Message ID:
00594745
Views:
26
>>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform