Re: Compress/decompress

2003-08-29 Thread Brian Yennie
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

RE: Compress/decompress

2003-08-29 Thread MisterX
Shari, You can get the scripts back by opening your stack with a good editor such as ultraedit on win32 or BBEdit on MacOS. Search for your script, bingo! copy paste... voila... nothing lost that is in a script or field that is not compressed or encrypted naturally... cheers Xa -Original

RE: Compress/decompress

2003-08-29 Thread Pierre Sahores
Le ven 29/08/2003 22:51, MisterX a crit : Shari, You can get the scripts back by opening your stack with a good editor such as ultraedit on win32 or BBEdit on MacOS. or Nedit 5.xx under Linux Search for your script, bingo! copy paste... voila... nothing lost that is in a script or field