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.