Hello,

the scenario is...

I have a listbox which is populated from a textfile. When the user double clicks an item in the listbox the value is put in a textbox to indicate that this is the value to delete from the list.

Does anyone have a snippit of code which looks for the value in the an array and delets it if found, then rewrites the array to the textfile?

Any help really appreciated.