Decompression question

Tim tim11 at bellatlantic.net
Thu Jan 31 08:45:01 EST 2002


On 1/31/02 6:37 AM, "Dave Cragg" <dcragg at lacscentre.co.uk> wrote:

> Sorry, there was a mistake in the download script I just posted.
> 
> It should be:
> 
> on mouseUp
>  put "ftp://username:password@blahblah/teststack.rev" into tUrl
>  put decompress(url  tUrl) into tStackData
>  go stack tStackData
> end mouseUp
> tive if your stacks are full of images and other less compressable data.)
> 
> Cheers
> Dave Cragg
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution

Well, I've tried it, but no go. If I use the above script I get a "value"
error in the script editor.

If I try:

 put decompress(url ("binfile:" & tUrl)) into tStackData

I get the familiar message decompress: string is not compressed data.

So, either way it doesn't work. Very confusing.

Thanks,
-- 
Tim




More information about the use-livecode mailing list