![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archive(newbie) storing outputs from all lines of procs into a string
From: <just80n@gmail.com>
Date: Mon Dec 19 2005 - 15:40:58 CET
Hello all!
I have a custom interpreter which people will feed with groups of
a proc looks typically like this :
proc gimmedat {} {
I'd like to grabb ALL the results outputed by a proc into a single
For the moment , I use Tcl_GetStringResult(getinterp()) from within C
Is there a way to obtain what I want? (From the Tcl code or from the
Thank you!
|