![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: (newbie) storing outputs from all lines of procs into a string
From: Ralf Fassel <ralfixx@gmx.de>
Date: Tue Dec 20 2005 - 12:25:50 CET
* just80n@gmail.com
Better catch that in case of errors, otherwise you lose the original
set err [catch $COMMAND msg]
return $::OUTPUT
R'
|