Michael Clease
02-12-2010, 03:26
I have been working on a compression module and thought I would release a beta for people to play with and see if it works for them.
Just copy the dll into the LIB folder of thinBasic
Syntax is quite simple (see the test script)
sPacked = TBPK_Compress( sInput, %TBPK_RLE )
sUnpacked = TBPK_DeCompress( sPacked)
I dont think I need to explain with more detail at the moment.
Have fun
Mike C.
Just copy the dll into the LIB folder of thinBasic
Syntax is quite simple (see the test script)
sPacked = TBPK_Compress( sInput, %TBPK_RLE )
sUnpacked = TBPK_DeCompress( sPacked)
I dont think I need to explain with more detail at the moment.
Have fun
Mike C.