Re: Embedding a newline in a vb.net string constant
- From: "Branco Medeiros" <branco.medeiros@xxxxxxxxx>
- Date: 6 Dec 2006 18:17:16 -0800
Andrew Backer wrote:
<snip>
In c++/c/c#/php/just about everything you can embed control chars in a<snip>
string using a \.
Examples of this include, but are not limited to, \n \r \t.
An example : "This is the first line \n and this is the second \n\t and
this is tabbed in"
*** My question was, and still is, this :
Can I do this in VB.Net somehow. That is all.
No, unfortunatelly it's not possible.
Just as it isn't possible to have multi-line strings, multi-line
comments and multiple results from a function...
=P
B.
.
- References:
- Embedding a newline in a vb.net string constant
- From: Andrew Backer
- Re: Embedding a newline in a vb.net string constant
- From: zacks
- Re: Embedding a newline in a vb.net string constant
- From: Herfried K. Wagner [MVP]
- Re: Embedding a newline in a vb.net string constant
- From: zacks
- Re: Embedding a newline in a vb.net string constant
- From: Andrew Backer
- Embedding a newline in a vb.net string constant
- Prev by Date: Re: 'Bubblebar' from DevComponents.com
- Next by Date: Re: Which do you prefer?
- Previous by thread: Re: Embedding a newline in a vb.net string constant
- Next by thread: Re: Embedding a newline in a vb.net string constant
- Index(es):
Relevant Pages
|