J
Jim Heavey
If I have a "long" string variable which is a I break up into a multiline
value, I get a "Newline Constant" error in the compiler. If I make it all
a single line, then it has no problem.
In VB, you would use a "_" to create a continuation to the next line. I
did not think "C#" used a continuation character and that it looked for a
";" to terminate a line.
So why does it not like when I create a multiline variable?
Thanks in advance for your assistance!!!!!!
value, I get a "Newline Constant" error in the compiler. If I make it all
a single line, then it has no problem.
In VB, you would use a "_" to create a continuation to the next line. I
did not think "C#" used a continuation character and that it looked for a
";" to terminate a line.
So why does it not like when I create a multiline variable?
Thanks in advance for your assistance!!!!!!