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. julian9909

    Passing arguments to a proc

    The following lines of code:- set x "a b c" foreach j $x { puts $j puts $x } produce the following result: a a b c b a b c c a b c I would expect the following lines of code to produce the same result. proc srtlenlist {args} { foreach j $args { puts $j puts $args }...

Part and Inventory Search

Back
Top