tcl
Static variable in Tcl
Is it possible to declare a static variable in Tcl? I use a certain function to catch unknown command errors, and I want it to print an error message on th开发者_如何学Pythone first appearance of an u[详细]
2023-03-08 01:54 分类:问答Add callback command on any tcl error in tcl script?
Is is possible to specify user defined command on error in tcl s开发者_如何学运维cript? I want to cleanup the memory on if any error comes. I know that last error is saved in errorInfo variable.It\'s[详细]
2023-03-08 01:40 分类:问答TCL / TCLSH no such file or directory
I\'m trying to build a software called Slicer3 on Windows 7 which feat开发者_StackOverflow中文版ures a \"super build\".[详细]
2023-03-07 18:51 分类:问答TCL-script (Eggdrop) has problems with special characters
I have installed Eggdrop on a new Debian server, but it keeps having issues with processing special characters.[详细]
2023-03-07 15:49 分类:问答Does windows have same maximum path lengths (name of directory entry) for different filesystems it mounts?
I have to know if a specific vulnerablity in TCL 8.4 affects Windows platform The vulnerability is开发者_JAVA技巧: http://www.securityfocus.com/bid/15259/info[详细]
2023-03-06 22:22 分类:问答How to collect the output of man command in tcl?
Can somebody suggest me, how to collect output of man command in tcl? I am writing :- set hello [ man {command-name}][详细]
2023-03-06 22:10 分类:问答Issues with TCL encoding on Eggdrop
I have installed Eggdrop on a new Debian server with TCL8.5 and the latest version of eggdrop. Unfortunately there are issues with my script and the handling of special characters as é, J\'aime, etc.[详细]
2023-03-06 05:26 分类:问答tcl/tk - Can we redirect the tcl stdout to a socket?
I am trying to redirect my stdout and stderr output to a text widget and I tried Memchan to do it and it did not work.[详细]
2023-03-05 19:59 分类:问答Setting window styles with Tkinter/Tcl: no exit button
I know that Tkinter is just a thin layer over Tcl/Tk. Tkinter you can do a few things to change the windows styling. One examp开发者_StackOverflow中文版le would be root.attributes(\'-toolwindow\', Tru[详细]
2023-03-05 19:45 分类:问答TCL - How to print on the screen th messages that where printed during execution of exec command?
Say I have want to execute a script or and executable file开发者_JAVA百科 by printing runtime the output of execution.[详细]
2023-03-05 12:10 分类:问答