34,333
edits
Changes
→Concatenating Strings in Visual Basic
<tt>Mr. Fred Smith</tt>
String concatenation does not have to be limited to variables. String literals may also be included in a concatenation. String literals are strings of text placed directly into quotes. For example the following variation of the above example creates a string which reads "Hello Mr. Fred Smith":
<pre>