Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpcompression.fll problem
Message
From
27/08/2010 05:22:09
 
 
To
27/08/2010 02:59:30
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Miscellaneous
Thread ID:
01478760
Message ID:
01478772
Views:
64
>Hi Fabio,
>
>I don't see Craig here very often, did you also email him about this? His email address is craig(at)sweetpotatosoftware.com
>

Thanks Tore.

>>Hi Craig,
>>
>>run this code ...
>>
>>
>>****************************
>>*!* Example 6
>>****************************
>>*!* Compress and decompress a string in memory.
>>*!* The amount of compression is pretty remarkable.
>>****************************
>>SET LIBRARY TO LOCFILE("vfpcompression.fll")
>>CLEAR
>>lcOriginal = REPLICATE("Visual FoxPro Rocks!",1060)
>>?"Equals Original: " + IIF(UnzipString(ZipString(m.lcOriginal)) == m.lcOriginal, "YES", "NO")
>>
>>lcOriginal = REPLICATE("Visual FoxPro Rocks!",1061)
>>?"Equals Original: " + IIF(UnzipString(ZipString(m.lcOriginal)) == m.lcOriginal, "YES", "NO")
>>
>>SET LIBRARY TO
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform