Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you determine the Windows Start Bar Position
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01443818
Message ID:
01443959
Views:
35
You can use Long2NumFromBuffer from http://www.berezniker.com/content/pages/visual-foxpro/windows-api-support-class

>
>The function works in VFP9, but the CTOBIN has too many parameters in VFP8. Any idea on this for VFP8?
>
>Thanks
>
>
>FUNCTION Long2NumFromBuffer(tcStr, tnOffset)
>RETURN CTOBIN(SUBSTR(tcStr, tnOffset+1,4), '4rs')
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform