How do you write to a file which already has some values stored on it.
so that for example the first two lines have info on them and now I want to re-open the file and write on the third line.
Open CurDir + "/test.txt" For Output As #1
Print #1, (variable)
Close #1
this line will erase whatever is already in the file....
HELP PLZ.. =)
so that for example the first two lines have info on them and now I want to re-open the file and write on the third line.
Open CurDir + "/test.txt" For Output As #1
Print #1, (variable)
Close #1
this line will erase whatever is already in the file....
HELP PLZ.. =)