34,333
edits
Changes
no edit summary
== Finding the Length of a String ==
<pre>
== Extracting Text from the Beginning of String ==
A portion from the beginning of a string can be extracted using the ''Microsoft.VisualBasic.Left()'' function. This function takes two paramatersparameters, the string from which the text is to extracted and the number of characters to extract. For example, the following code extracts the word "This" from the string:
<pre>