tcl
tcl冰箱怎么解锁(tcl冰箱怎么调温度)?
大家好,小生来为大家讲解下。tcl冰箱怎么解锁,tcl冰箱怎么调温度很多人还不知道,现在让我们一起来看看吧![详细]
2023-06-03 06:43 分类:问答Tcl/Tk: entry + listbox : how to convert it to a widget?
I adapted code from Brent Welch\'s book so that my entry box can be filled using listbox. Can the code listed below be improved upon? Also, I want to convert this code into a widget so that any one us[详细]
2023-04-13 09:45 分类:问答Tcl - Recursive walking and FTP upload
How can I do a recursive walk through a local folder in order to upload everything it has inside it to the desired ftp folder? Here\'s what I have so far :[详细]
2023-04-13 00:34 分类:问答Tcl/Tk Gridplus2 How to change date format
I am playing with tcl gridplusdate control, and would like to create date selector entry. It should have default value of today, and European date format: dd.mm.yyyy[详细]
2023-04-12 19:30 分类:问答an expression in tcl
I have a quest开发者_如何学JAVAion about the following statement in tcl set hello [format %x [expr { 2**($D - 1)}]][详细]
2023-04-12 18:42 分类:问答Tcl - Monitor FTP Upload percentage
How can I show the percentage of the upload handled by ::ftp::Put in Tcl? Example : proc upload {host user pass dir fileList} {[详细]
2023-04-12 15:45 分类:问答remove a sublist from list in tcl
I want to remove a sublist开发者_运维问答 from a list in Tcl. I know how to do it for main list using lreplace but I don\'t know how to do it for a sublist.[详细]
2023-04-12 11:51 分类:问答How can I avoid an error: No such environment variable?
In my code I am using environment variables, but if it (env.var) doesn\'t exist, I get the error message NAME_ENV_VAR: no such variable, and my script stops executing.[详细]
2023-04-12 03:27 分类:问答how to make the mobile nodes static in tcl?
code: set val(chan)Channel/WirelessChannel set val(prop)Propagation/TwoRayGround set val(ant)Antenna/OmniAntenna[详细]
2023-04-10 14:11 分类:问答Running DOS command or batch file in tcl script in Windows 7 with ActiveTcl 8.5
The following is the tcl code. #!/bin/sh # \\ exec tclsh "$0"${1+"$@"} package require Expect[详细]
2023-04-09 05:06 分类:问答