Forum Discussion
rraghvani
Champion Level 3
3 years agoSee aqFile.WriteToTextFile Method. When you have a new text file, it's not possible to write to a specific line, as the file is empty. And for an existing text file, use ReadLine Method to skip the number of lines, and then write the text.
You will have to create your own function, to write to a specific line in a text file.