Simple compression?

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Simple compression?
Cheatmasterbw
I've been trying to make functions that can compress and decompress strings, but what I have so far is really inefficient
The strings won't contain numbers (but can contain any other character), and will compress like this:
Code: Select all
ABBCCCDDDDEEEEEFFFFFFFFFF!!?
will convert to...
A2B3C4D5E10F2!?
Can you make functions that compress and decompress like this? Thanks!
http://www.megaapps.tk/
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Simple compression?
Shim
Find my programs on Softpedia
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Simple compression?
Cheatmasterbw
That might be a lot simpler than what I was going to do, and probably more effective.
There's only one problem... I can't find a way to use clsCompressedString...

EDIT: Never mind, it was in the source files. Thanks!
http://www.megaapps.tk/
3 posts Page 1 of 1
Return to “Coding Help & Support”