Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding hex values
Message
From
02/10/2011 07:25:40
Antonio Lopes (Online)
BookMARC
Coimbra, Portugal
 
 
To
02/10/2011 07:03:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01525377
Message ID:
01525385
Views:
55
What happens when you transform the result into a string?
resultString = TRANSFORM(GetReaderName(0, @ReaderName, @NameSize))

WAIT WINDOW resultString
>DECLARE LONG GetReaderName IN eVehicleRegistrationAPI.dll long index, string @ReaderName, long @NameSize
>
>RederName = SPACE(256)
>NameSize = 0
>
>a=GetReaderName(0, @ReaderName, @NameSize)
>
>wait wind (a)
>
>produces as result ****
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform