Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String compression
Message
From
17/08/2005 11:25:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
String compression
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01041664
Message ID:
01041664
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform