I\'ve a problem that the scrollbar being made appears to be in the left, i\'ve tried many combinations so as to move it to the right.
I\'m writing a Tcl开发者_如何转开发 script, and I want to get the directory where the script is saved (Not the current dir, so $env(PWD) is not what I want).
I read a tcl te开发者_如何学JAVAst script, it uses EXPECT. some of the code is: expect \".*hello.*yes.*morning.*\"
There are standard functions such as atof and atoi in C\'s stdlib.h for converting strings to float开发者_JS百科s / integers (and to do the reverse too). Is there an equivalent of this in Tcl or do I
input file contains some contents such as : 15-05-201116:05<DIR>. 15-05-201116:05<DIR>.. 24-04-201116:07<DIR>Administrator
the input isC:\\test\\deva\\tcl\\newfiles\\aug.txt the output should be \"test\" \"deva\" \"tcl\" \"newfiles\"
I have a c++ library .And I have generated its documentation using doxygen. And I am using tclapplication over this c++ library. So I want to automatically create documentation for the tcl layer. Is t
$ date > \'< abcd\' $ cat \'< abcd\' <something> $ tclsh8.5 % exec cat {< abcd} couldn\'t read file \" abcd\": no such file or directory
Is there an open source TCL script generator for NS2? There is NAM that comes with NS2. Is there anyt开发者_StackOverflow社区hing else. A web based one would be great!NSG is a good TCL code generator
I like to start a Tcl-Script in Synplify. Depending from the version of Synplify, it should do different things. But how can I find out which verion of Synplify i开发者_C百科t is, in the script? Is th