Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpcompression.fll problem
Message
De
27/08/2010 05:22:09
 
 
À
27/08/2010 02:59:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Divers
Thread ID:
01478760
Message ID:
01478772
Vues:
63
>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
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform