Stripped down, what I trying to do it the following set selectQuery \"SELECT col1, col2 FROM tableName\"
I have multiple versions of tcl and tk installed in my tcl.framework and tk.framework 8.4, 8.5 and 8.6.
I cross posted this question on comp.lang.tcl. I am developing a Tcl/Tk application (call it rs) and I want to redirect stdout and stderr to a text box in my Tcl/Tk application. I am using Memchan to
I\'m working on a file explorer inTCL/Tk and I want to add a little thing to execute commands with the current selection (using %l %f) %l executing with the full list and %f executing the commmand wit
I would appreciate any help on this as I am new to TCL. I created a list of strings by doing a \'regexp -all -line -inline\' + criterion on the output of a CLI command. Each element of this list now e
Say I have a tcl script and I want to pass some arguments to开发者_JAVA百科 the second script file which is being sourced in the first tcl:
I am trying to use Memchan package in my application. I was able to compile and link it statically. But unfortunately I don\'t know how to load this package in my application.
There is a list of list in Tcl. set somelist {{aaa 1} {bbb 2} {ccc 1}} How to search the list\'s element which first item is \"bbb\"?
I have an existing XML document with more number of nodes and I want to insert a new node, but at a certain position.
Specifically lets say i create a list with : for {set i 0} {$i < $val(recv)} {incr i} { lappend bwList \"videoBW_($i).tr\"