How do I do this in VB.NET?
---------------------------------------------------
SomeSubOrFuncCa ll("param 1",
"param 2",
"param 3")
---------------------------------------------------
Right now, this is a syntax error. I thought by adding backslashes at
the ends of the lines it would work, but alas it does not.
Thanks :-)
Sean
---------------------------------------------------
SomeSubOrFuncCa ll("param 1",
"param 2",
"param 3")
---------------------------------------------------
Right now, this is a syntax error. I thought by adding backslashes at
the ends of the lines it would work, but alas it does not.
Thanks :-)
Sean
Comment