Is it a requirement of good TCL code? What would happen if we don\'t use the \"unset\" keyword in a script? Any ill-effects I should know about?
I am writing a proc to create a header in an output file. Currently it needs to take an optional parameter, which is a possible comment for the header.
I\'m trying to call a script in Tcl with the command: exec source <script path> and I get the error
Which sorting algorithm can be used to get nearer and approximate matching list with given string input:
I\'ve got a Tcl/Tk window with an entry box in which I\'d like to force upper case character entry. That is, if any letters are typed I\'d like them to appear in upper case in the entry field, instead
i have a problem with this mysql query. It take vmore as 1 day to execute ... The query is : INSERT INTO traduction
Suppose the following code declarations: itcl::class ObjectA { private variable m_ownedObject private variable m_someVariable
I am having trouble in Tcl using numbers with leading zeros.I am parsing some numbers that can have leading ze开发者_StackOverflow社区ros, such as \"0012\", which should be interpreted as the integer
In Tcl a variable and a procs can have the same name ... for instance I can have set container(alist) {}
TCL is a nice simple programming language, but does not seem to get the 开发者_如何学Gocredit and/or respect it deserves.I learned it back in 1995 in college and promptly forgot about it only to stumb