Quote:
I tried to remove selected word on listbox 1


Code:
elseif ($did == 5) { did -d $dname 1 $did($dname,2).sel }


Should be:

Code:
elseif ($did == 5) { did -d $dname 1 $did($dname,1).sel }


Edit: This topic, to me, was very unclear... My bad, Riamus2 got the problem that you're having with the code.

Last edited by Crinul; 18/12/07 11:28 AM.