Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cathyboo
  • Content: Threads
  • Order by date
  1. cathyboo

    Radiobuttons created using a for loop

    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)"...

Part and Inventory Search

Back
Top