Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

how to display output in a uniformed manner in tcl

tcl

tcl: how to use the value of a variable to create a new variable

tcl

tcl: wrap a proc of the same name

How do I print out a tcl proc?