Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpcompression.fll problem
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Vfpcompression.fll problem
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Miscellaneous
Thread ID:
01478760
Message ID:
01478760
Views:
181
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
Next
Reply
Map
View

Click here to load this message in the networking platform