Compress 89 v1.0 By: Jake Griffin Thank you for downloading my program!! To use these FUNCTIONS (not programs) use the following syntax: NOTE: "->" is the STO button... list2str( [list to compress] ) -> [variable to compress to] str2list( [string to decompress] ) -> [variable to decompress to] mat2str( [matrix to compress] ) -> [variable to compress to] str2mat( [string to decompress] ) -> [variable to decompress to] The only implication with these functions is that the dimensions of the matrix can be no larger than 255x255 and the items of the list or matrix to compress must be integers between 0 and 255...future versions of this file may decrease these limitations to be more lenient...ENJOY!!