![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Access commands list and vars list from C API
From: Eckhard Lehmann <ecky-l@web.de>
Date: Fri Feb 17 2006 - 12:23:00 CET
fabrice wrote:
The easiest way is to use Tcl_Eval*() and deal with the result from a
Tcl_Obj *script, *res;
script = Tcl_NewStringObj(interp, "info commands;", -1);
Eckhard
|