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?

_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to