Sunanda

> One possibility is to redefine 'print before the call:
>
>    saved-print: get in system/words 'print
>    print:  func [data][]
>    ----code here to call other script-----
>    set in system/words 'print :saved-print

I guess I could just use a my-print function in the called script to  
re-direct the print from the called script. Though I could re-direct  
the output with either the /output option or by piping the output in  
the command.

Regards

Peter
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to