Hi, I have a list box, called List1. This list box is filled with information gathered from a file, called source.txt.
My problem is that i want to edit a piece of data without messing up the order. My solution would be to copy all of the data above the selected item to one file, copy all of...