Guest_imported
New member
- Jan 1, 1970
- 0
I need to write a string into a line (not the first one) on file!
How can i do this?
Open Text1.Text & "\" & namefiletxt For Output As #1
Print #1, inline
Close #1
i'm doing this, but VB always write in the first line...
If somebody can help me...
Ps -> i realy need to write to a line, i don't want to make another print!
tkx
How can i do this?
Open Text1.Text & "\" & namefiletxt For Output As #1
Print #1, inline
Close #1
i'm doing this, but VB always write in the first line...
If somebody can help me...
Ps -> i realy need to write to a line, i don't want to make another print!
tkx