![]() |
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: <just80n@gmail.com>
Date: Tue Dec 20 2005 - 16:51:02 CET
guys... just some more help :
here is my final proc :
proc DYN_ex {COMMAND} \
I have also a
when I launch this proc using DYN_ex, I get
% DYN_ex choucroute
the last 3 lines are the "return from DYN_ex";
First, how to get rid of the "{" "}" ....
Then, if I send a wrong command: DYN_ex bidule for instance (assuming
... how can I handle that?
thanks!
|