Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Failed DLL Call
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00761081
Message ID:
00763299
Views:
21
You're welcome.

>Thank you very much.
>
>>Download Heap allocation class File #9482. It has NumToLong method you can use.
oHeap = NEWOBJECT("heap", "clsheap.fxp")
>>lcRect = ;
>>	oHeap.NumToLonf(10) + ;
>>	oHeap.NumToLonf(0) + ;
>>	oHeap.NumToLonf(100) + ;
>>	oHeap.NumToLonf(100)
>>...
>>oHeap = Null
This class has also some other usefull features for Windows API programming in VFP.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform