Changes

Jump to: navigation, search

Working with Strings in Visual Basic

6 bytes removed, 14:41, 2 August 2007
Concatenating Strings in Visual Basic
In this chapter we will explore the subject of manipulating strings in Visual Basic.
== Concatenating Joining Strings in Visual Basic ==
The process of combining two strings together to from form one string is called ''concatenation''. Strings are concatenated in Visual Basic using the ampersand (&) operator. For example, the following Visual Basic code sample combines three strings together to create a single string, which is assigned to a third string variable:
<pre>

Navigation menu