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 gkittelson 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: *

  1. batarsehf

    tcl combinations of lists

    Hello, I am new to tcl programming and I am trying to write a tcl code to do list of every possible combinations of lists to build a table: list 1 {a,b,c} 2 {d,e,f} 3 {g,h} output: a,d,g a,d,h a,e,g a,e,h a,f,g a,f,h b,d,g b,d,h ... Thanks for your help

Part and Inventory Search

Back
Top