Thanks, but as i said somewheer in my original post, i have read and reread the mirc help file on using did, $did and anything to do with section of using dialogs, and in my almost 2 yeasrs of scripting i still cant get my head around these not working properly.

I put the follwing code back into my script
Code:
on *:dialog:comby:sclick:2: {
 did -a $dname 4 %tempmessage $did(4)
}
on *:dialog:comby:sclick:3: {
 did -o $dname 4 %tempmessage $did(4)
}


and it kindof worked, but now i jsut get a bunch of lines, for example i put teh word test in the combo edit box and clicked teh add button, now when i view the combo box, i have like 5 words of test, and then it doesnt delete the word i select.

I totaly give up on this stupid project of mine, wish i`d never bothered with it

Thanks