Hi Tim,

On Wednesday, August 28, 2002, 5:53:49 PM, you wrote:

TJ>         print copy t

First of all, COPYing here is useless and wastes memory and time.
Other than that, if you want to send the image as binary (as I
suppose) you could:

   set-modes system/ports/output [binary: true]
   insert system/ports/output t
   ; reset binary mode if needed
   
Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to