Is there a way to conveniently store long string literal in Visual Basic source? I\'m composing a console application with --help printout let\'s say 20 lines l
--help
In VB.net you can simply write "& _" at the end of your string literal to have multi-line strings.