vbTab?

M

Mori

Can some one translate this into C# for me:

myString = "This is some text" & vbTab & "and some more text...."


I cannot find an example of Tab characters being used.

I've posted something similar before about characters and got "use UTF8" in
response, but I can't find and example of how to use it.

Thanks
Mori
 
M

Mattias Sjögren

Mori,
Can some one translate this into C# for me:

myString = "This is some text" & vbTab & "and some more text...."

myString = "This is some text\tand some more text....";



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top