Hello:
I have a treeview widget in my Tcl/Tk application that will often show duplicate records. I tried writting "lsort -unique" and "lrmdups" into my code to automatcally delete the treeview duplicates, but with no luck. If possible, does anyone know how to do this?
Thank you,
DFM