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 Chris Miller 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. luckyRaj

    Trying to retrieve list element greater than list length returns null.

    This is a Bug while trying to retrieve element with index greater than list size. For Eg : set list { a b c } llength $list = 3 lindex $list 0 = a lindex $list 1 = b lindex $list 2 = c Bug : lindex $list 4 = null WorkAround : lindexWarn { l idx } { if { $idx > [ llength $l ]}{ error "$idx...

Part and Inventory Search

Back
Top