| http://www.w3.org/ns/prov#value | - If no items are found that > > > fit the two criterias above then nothing is done to the listbox. > > OK, so you want > > set match [lsearch -exact -- $::selection $::addr$s] > > if {$match == -1} { > > set match [lsearch -glob -- $::selection $::addr$s*] > > } > > if {$match != -1} { > > # adjust listbox > > } > > Boils down the code example a lot ... > > Jeff > Hi, yes. here is the latest code f
|