Ok here is the situation... I have several files of data. Each line of the text in that file have several part.Those parts are sereated with ";". The problem is that some are missing the first part of data and start with ;. So here is the question how can i delete only those lines ?? I want to open the file then scan it and delete those lines and close it again. I am trying it with some replacing expression that puts a \n in that line, but then I have free lines.
Any idear?? Thank you in advanced :-).