when i'm writing the next code it overwrite the last file.
i want to add a new data at the EOF .

Open "c:\temp\lirlir.txt" For Output As #1
Write #1, "lirlir", "lir"
Close #1