String (how to type an enter in a string)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a string and I want to type it in 2 rows... how do i make an enter in
a string????

My text is TempValue Line1 Station1
I want to save it all to one string with an enter between tempvalue and Line1
 
Insert Environment.NewLine or "\r\n" where a line break is required.

Hi,

I have a string and I want to type it in 2 rows... how do i make an enter in
a string????

My text is TempValue Line1 Station1
I want to save it all to one string with an enter between tempvalue and
Line1
 
Lamis,

In addition to Siva

In VBNet instead of the literals
"VBCRLF" and a lot more positibilities.

I hope this helps,

Cor
 
Back
Top