Thanks for the answer! I came up with a solution by using quotation marks, " " instead of the { } but I prefer your idea of using procedures, for exactly the reason you said. Everything is far easier to read in procs. Will try that now!
Thanks again
Hi,
I have created three radiobuttons per day for each day of a month using an array using the following code for January, (each month is a tab in a notebook)
set pane [$nb getframe jan]
set mth 1
set i 0
for {set dy 1} {$dy <= 31} {incr dy} {
set ::mark($dy) "$marker($dy)"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.