Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...