Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registry FFC Class not very funny
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00228553
Message ID:
00228791
Views:
13
I actually was never really sure what the @ meant since its not in the online help under @ at least. Thanks a Load!

>Nope, try the following:
>lcbuffer = SPACE(200)
>lnresult = oIni.GetIniEntry(@lcbuffer, 'Application', 'LastUpdate', 'I:\arss\ims5\ims.ini')
>IF lnresult = 0
>  ? lcbuffer
>ELSE
>  ? lnresult
>ENDIF
>Note the @ sign directly in front of the lcbuffer variable in the call. That causes the variable to be passed by reference. Otherwise it is passed by value, and can't be modified.
>
>hth,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform