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

    array question

    I may not understand what you're looking for (AND this is quite LATE)... % array set infoArr { test1 {ip mask mac} } % set ip 10.1.1.1 10.1.1.1 % puts "Test1 IP: [lindex $infoArr(test1) 0]" Test1 IP: ip % set [lindex $infoArr(test1) 0] 10.1.1.1 ... Maybe this does it. "ip mask & mac" are...

Part and Inventory Search

Back
Top