second attempt
Posted to
tcl
by iobates at Sat Aug 29 19:34:58 GMT 2026
view raw
for
{
set
i 1} {
$i
< 10} {
incr
i} {
bind
.n <Control-
$i
> {
list
take-parts
$i
}
}
proc
take-parts {n} {
puts
$n
set
::e_name [
join
[
lrange
[
split
$::e_name "."] 0
$n
] "." ]
}
Recent Posts
tcl by iobates
3 days ago
tcl by mookie
6 days ago
tcl by sebres
8 days ago
tcl by iobates
25 days ago
tcl by iobates
25 days ago
tcl by iobates
25 days ago
tcl by FLORENTIS
28 days ago
tcl by Florentis
28 days ago
tcl by schelte
34 days ago
tcl by iobates
34 days ago
Submit
New paste
Documentation
From Jabber