|
Pages: [1]
|
 |
|
Author
|
Topic: Manipulating console output... (Read 676 times)
|
|
Scot
|
I need to capture the output to the console and redirect it to a REBOL word.
I have done this successfully, but the REBOL console still displays. I need to keep the console from displaying.
Any ideas?
Example:
REBOL []
any-series: [1 2 3 4 5 6]
script: [probe any-series]
out-lay: layout [ panel: area 200x50]
panel/text: mold do script
view out-lay
|
|
|
|
|
Logged
|
Cow tipper!
|
|
|
|
Philippe
|
Hello,
Depending on your goal :
view/new out-lay
returns immediatly.
|
|
|
|
|
Logged
|
===Philippe
|
|
|
|
|
Pages: [1]
|
|
|
 |