![]() |
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: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Mon Dec 19 2005 - 17:56:23 CET
just80n@gmail.com <just80n@gmail.com> wrote:
add here:
> set OUTPUT ""
add "::" as shown:
> eval $COMMAND
add here:
> rename _puts puts
Without the "global" and the "::", each part will
>...
Sorry, I forgot that rename doesn't work, if the target already exists.
With all the changes, I'd now expect it to work.
|