X
xkeops
I have forgotten how vb.net deals with long strings, I know I used
this once but I don't remember.
Or was it C# ???
dim s as string = @"string1
string2
string3"
instead of
dim s as string = "string1" & _
string2" & _
string3"
So is it possible in vb.net to write a long string without breaking it
down with & _ ?
Thanks
xke
this once but I don't remember.
Or was it C# ???
dim s as string = @"string1
string2
string3"
instead of
dim s as string = "string1" & _
string2" & _
string3"
So is it possible in vb.net to write a long string without breaking it
down with & _ ?
Thanks
xke