S
sean.gilbertson
How do I do this in VB.NET?
---------------------------------------------------
SomeSubOrFuncCall("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
---------------------------------------------------
SomeSubOrFuncCall("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