Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function copy of windows
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01024579
Message ID:
01024587
Views:
18
Dear Sir,

How could I use following function within Form?

FUNCTION buf2dword(lcBuffer)
RETURN Asc(SUBSTR(lcBuffer, 1,1)) + ;
BitLShift(Asc(SUBSTR(lcBuffer, 2,1)), 8) +;
BitLShift(Asc(SUBSTR(lcBuffer, 3,1)), 16) +;
BitLShift(Asc(SUBSTR(lcBuffer, 4,1)), 24)

Please help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform