tcl
Tk GUI Scrollbar
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.[详细]
2023-04-02 22:01 分类:问答Get the directory in which the script exists
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).[详细]
2023-04-01 10:39 分类:问答The meaning of the regular expression in TCL/EXPECT
I read a tcl te开发者_如何学JAVAst script, it uses EXPECT. some of the code is: expect \".*hello.*yes.*morning.*\"[详细]
2023-03-30 23:51 分类:问答Is there an equivalent in Tcl of 'string to X' functions found in C stdlib.h?
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[详细]
2023-03-30 09:54 分类:问答how to display the input in a desired format
input file contains some contents such as : 15-05-201116:05<DIR>. 15-05-201116:05<DIR>.. 24-04-201116:07<DIR>Administrator[详细]
2023-03-30 08:40 分类:问答how to split path names.
the input isC:\\test\\deva\\tcl\\newfiles\\aug.txt the output should be \"test\" \"deva\" \"tcl\" \"newfiles\"[详细]
2023-03-30 08:28 分类:问答how to automate documentation creation using doxygen?
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[详细]
2023-03-29 21:02 分类:问答how to pass command line parameter containing '<' to 'exec'
$ date > \'< abcd\' $ cat \'< abcd\' <something> $ tclsh8.5 % exec cat {< abcd} couldn\'t read file \" abcd\": no such file or directory[详细]
2023-03-27 17:22 分类:问答TCL script generator for NS2
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[详细]
2023-03-27 08:13 分类:问答How to find out which version of Synplify you're using in a tcl script
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[详细]
2023-03-27 05:50 分类:问答