Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String compression
Message
De
17/08/2005 11:25:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
String compression
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01041664
Message ID:
01041664
Vues:
58
How can I compress a string with pure vfp code?

What I want to achieve is to reduce the size of files that I'm sending inside a XML file.

cFile = FILETOSTR('c:\somefile.dat') && 21k in size
cFileB64 = STRCONV(cFileB64,'c:\asistencia.b64',0) && 28k in size

I know there are some algorithms for string compression with is good for base64
I found one in http://www.pbcrypto.com/view.php?algorithm=stringcompr

Any ideas?
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform