Hi Jim,

I tried this out and it works like a charm in my application!  But I needed
to enable/disable console capture repeatedly, and the 'echo none caused a
problem when I tried to re-enable capture (or I didn't understand how to
properly do it) after that command.
 
However, this works fine... so I'm sure others will want to know, as well:

system/ports/echo: none
; no console capturing happens here
system/ports/echo: my-port
; console capturing resumes here

Russ
======================================
A
>                         ;.... do your stuff here
>                         now
>                         list-dir %.
>
>                         echo none                               ; disable 
>the echo port
>
>                         print my-port/locals                    ; look at 
>the saved result
>         }
>]

Reply via email to