Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tcl

How to wait for Modelsim Simulations to complete before proceeding in TCL script

tcl vhdl modelsim

Tcl variable size limit

In tcl/tk child window, I can't set a default value for my entry widget

tcl tk-toolkit

Returning arrays from Procedures in TCL

tcl

TCL: exec egrep "child process exited abnormally"

tcl

tcl deep recursive file search, search for files with *.c extension

recursion tcl file-search

Does array get return a reference or a value?

tcl

Run all TCL scripts in a folder

tcl vivado

Is there an equivalent in Tcl of 'string to X' functions found in C stdlib.h?

tcl

How to use a variable in regexp expression (TCL/Expect)

regex tcl expect

Can you get the "proc name" inside a proc?

tcl

Need an algorithm to create google like word search

perl tcl

TCL - find a regular pattern in a file and return the occurrence and number of occurrences

tcl

How can I output a list of the values for all variables from the info globals command?

tcl

Why does 1.0 not equal to 1.0 in tcl when using ==

floating-point tcl

How can I sort a TCL array based on the values of its keys?

arrays sorting tcl

Interprocess communication on windows

c++ windows ipc tcl

how to pass variable arguments from one function to other in tcl

tcl variadic-functions

TCL script debugging [closed]

debugging tcl

Sort Tcl dict by value

sorting dictionary tcl