That would be sweet. I can think of another use for a "set console". I know that in the old days for programs that took a real long time to run, in addition to putting pause messages up I would "set messages on" in the back ground so that they could see the updates and inserts running by. If we could set a console on, set messages on, and have the program output to a console window that would be terrific. Sort of like an "echo on" to the screen!
Karen > SET CONSOLE mMyMemo > -- Output of following commands goes to component mMyMemo and NOT to the R> > prompt (or maybe to both?) > -- It would appear as lines are ready, not at the end of each command. > WRITE 'Woo Hoo, this is in my Memo!' > SELECT * FROM MyTable > SHOW VAR > -- Output will now go to the R> prompt > SET CONSOLE R> > -- Or SET CONSOLE OFF > WRITE 'Back at the R> Prompt' > > > Great way to have a custom interface, and capture the output of R:Base > commands. > -- >

