perhaps you are using the "URL" keyword with a file. I haven't used "URL", might you have a script with "URL" that I could test?

Hi Robert,


Yes, "@@@@@@@@@@@@@" gives a decompression error from the Menu Box

Yes, I'm using get/put URL

No, I'm not getting decompression errors

I just created a text file with 13 "@"s and compressed/decompressed it without error using SDB Utilities.

on menuPick thePick
[snip]
switch thePick
case compressFile
[snip]
if sourceResource is empty then put compress(sourceData&dataSuffix) into compressedData
else put compress(sourceData&sourceResource&dataSuffix) into compressedData
[snip]
put compressedData into URL compressedFile
[snip]
break
case expandFile
put "binfile:"&it into compressedFile
put decompress(URL compressedFile) into expandedData
[snip]
break
end switch
end menuPick
--


Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.net/who.htm

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to