Changes

Jump to: navigation, search

Working with Strings in Visual Basic

1 byte added, 19:31, 1 August 2007
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>

Navigation menu