great thanks ! that worked.
but now i got a new problem since i can't use list processing. I need to remove the duplicates from the file.
I tried getting text from file, putting to variable, putting variable to list, and then removing duplicates of list, merge list items, then write to file... but it didnt work.