Objective : To have multi language characters in the user id in Enovia v开发者_C百科6 I am using utf-8 encoding in tcl script and it seems it saves multi language characters properly in the database
I have a question about CETP(Common Expect Test Platform), it is a TCL testing platform. I saw the f开发者_Python百科ollowing code
I want to create a list and each element of it is an array, similarly to an array of structs in C language.
In TCL, I wonder if we have some statements just like if {0} {...}, I mean I do not want to use if {开发者_开发知识库0} {...}, so do we have other alternative?You can create any command you want to wo
I\'m getting a user defined signal 2 error from the tcl interpreter. What does the tcl interpreter use this particular signal for? In other words, what does it mean if the tcl interpreter send me a us
I can\'t bind the Escape and Return keys in my Tcl/Tk code. The following code reproduces the bug. When I hit Esc or Enter key I get the following error message:
I have a Tk::Button that has a folder image on it. On some occasions we disable this button and the button image is kind of grayed out.
I have a very simple modulefile: #%Module1.0#####################################################################
I have bad shared library (undefined symbol). When I call dlopen() on it the first time, I get a NULL result with correct error message from dlerror().
I installed tcl803.exe on my windows XP Operating System and my TCL path is C:\\Tcl. Now I am unable to execute the TCL script on windows XP operating system. Please help me. Here I am very new. Pleas