Hello guys, i'm runing into a problem using _FileWriteToLine function. I want to write something on line 12 of this test file but it wont work until i already have the file written up to line 12 so i can replace or add some strings to that line. Any ideea how could i write to a specific line on a new (blank) text file? #include <File.au3> _FileWriteToLine(@ScriptDir & "\test file.txt", 12, "something to write", 1)  test file.txt