Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpcompression.fll problem
Message
De
27/08/2010 02:59:30
 
 
À
27/08/2010 02:51:41
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:
01478762
Vues:
68
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

>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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform