Hello all,
Some commands names in TCL are composed from several words for example "info tclversion" "info script" and "info body" . I need to override one of these commands ( "info script" ) but to keep the rest of them alive.
Unfortunately, overriding the command "info script" either...
Can anyone explain what happend to an empty string ( "" ) when passed as parameter into a function.
I'm trying to do the TCL equivalnt for the C code :
void foo(const string & str ) {
if (str == "") {
cout << "Eurika";
}
}
What I see is that in the Tcl function the empty...
Hello all,
I found a weired problem that some commands like "clock seconds" or "after" would hang on windows if excuted after "info hostname"
Is that a known TCL problem
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.