Hopefully a simple question, but how do you get the VB.net equivalent of vbCrLf if you don't have Microsoft.VisualBasic linked into the project?
Thank you
David Stephen
Printable View
Hopefully a simple question, but how do you get the VB.net equivalent of vbCrLf if you don't have Microsoft.VisualBasic linked into the project?
Thank you
David Stephen
Try vbNewLine or if that fails chr(10) & chr(13)
vbCrLf works for me without any references
Doh!
vbCrLf does work.
...Have a nice day - five stars for you!
:D
Cesare