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

    lsort and escaping backslash

    I have the following set of code lappend to_be_sorted_list {\\\\ABCD 3} {EFG 7} {XYZ 4} set sorted_list [lsort -decreasing -command -integer inst_length_compare $to_be_sorted_list] foreach elt $sorted_list { puts $elt } proc inst_length_compare {a b} { set alength [lindex $a [expr {[llength...

Part and Inventory Search

Back
Top