Message: 4 Date: Wed, 3 Mar 2004 17:14:58 +0100 From: Klaus Major <[EMAIL PROTECTED]> Subject: Re: Opening a zipped file in RunRev? To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed




> But I am still puzzled as to how you decompress a stored file. I can
 compress a field but not decompress the file--something like an empty
 can of coke.

> Jim

Hi Jim,

Have you tried "binfile:"?

put compress(field 1) into url "binfile:xxx"
put decompress(url "binfile:xxx") into field 1

Works here for me...


Regards


Klaus Major
[EMAIL PROTECTED]
www.major-k.de


Jim,


Change "file:xxx" to "binfile:xxx".  "File" tells Revolution to treat
it as a text file; "binfile" tells Rev "this is a binary file: don't
mess with it".
--

Rob Cozens


Klaus and Rob,

Thanks, that clears up that part of the mystery. I see that I need to put things in the right bin.

Jim
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to