hi all,
i am using a streamwriter object to write to a text file.
i use the sytax s.Write("xxxxxxxx");
to write a variable to the file.
is there a way to write a piece of variable text to a particular position within the file. eg line 1 start postition 22 and then write another piece of text to say position 44.
the lengths of the texts will change all the time but i always want to write them to positions 22 and 44 within the line.
thanks and regards
i am using a streamwriter object to write to a text file.
i use the sytax s.Write("xxxxxxxx");
to write a variable to the file.
is there a way to write a piece of variable text to a particular position within the file. eg line 1 start postition 22 and then write another piece of text to say position 44.
the lengths of the texts will change all the time but i always want to write them to positions 22 and 44 within the line.
thanks and regards