Changes

Jump to: navigation, search

Working with Strings in Visual Basic

1 byte removed, 14:52, 2 August 2007
Finding the Length of a String
</pre>
It is importsant important to understand that a String variable is really an object which has properties and methods like any other object. One such method is the ''Length()'' method which can also be used to obtain the length of a string variable:
<pre>

Navigation menu