![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveretrieve "puts" command result from C
From: <fabrice.dufour@gmail.com>
Date: Wed Mar 08 2006 - 16:54:30 CET
Hi all,
I want to retrieve the string displayed by the "puts" command from the
$ puts "something"
How can I get the string "something" from C ?
Note: I already try Tcl_GetStringFromObj that always returns an empty
Fabrice
|