Compress/decompress

Brian Yennie briany at qldlearning.com
Fri Aug 29 12:45:01 EDT 2003


Could you use combine and split to shuffle it between text and back? 
Something like:

combine myArray using tab and return
set the compressed_data of fld 1 to compress(myArray)
...
put decompress(the compressed_data of fld 1) into myArray
split myArray using tab and return

> I could not figure out how to compress an array.  A multi-dimensional 
> array.  The array is stored as a customPropertySet.  Is there a way to 
> do it?




More information about the metacard mailing list