hi all
I am programming in vb.net. In this I am creating and writing data into a text file. The data actually is an array of double numbers. I am using writer object to write this to the file. I am unable to include tabs between the numbers while writing to a file.
SW.Write(arraydr1(1).ToString)
SW.Write("\t")------this is not working out.
i would appreciate if anyone can help me figure out how to include tab while writing to a text file.
thanx
I am programming in vb.net. In this I am creating and writing data into a text file. The data actually is an array of double numbers. I am using writer object to write this to the file. I am unable to include tabs between the numbers while writing to a file.
SW.Write(arraydr1(1).ToString)
SW.Write("\t")------this is not working out.
i would appreciate if anyone can help me figure out how to include tab while writing to a text file.
thanx