ezzetabi Posted March 2, 2004 Posted March 2, 2004 FileAppend,\nText,filename adds a line to a text file... but how can I remove a line? I need this because I have a list to read and to begin I add a tag in the end for stopping the loop, but at the end I want also remove it. Now I just copy the file and after the loop copy it back, but maybe there is a better way?
Administrators Jon Posted March 2, 2004 Administrators Posted March 2, 2004 Now I just copy the file and after the loop copy it back, but maybe there is a better way?No, that's pretty much correct
Recommended Posts