You have probably heard that the next version of VB will no longer require line continuation characters in most situations. This is very good news for those of us that do not like typing underscore characters. But in the mean time, what do we do if we have a long string, like a SQL string: Dim mySelect As String = "Select CustomerId, " & _ ... [For the complete article see the Orignal Post link below] ...