Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42466

[RESOLVED]Problem with StartsWith

$
0
0
//NEVERMIND
I found that i needed to use it like this
Code:

            If TextBox1.Text.StartsWith("name") = True Then
                'Do something
            End If


Viewing all articles
Browse latest Browse all 42466

Trending Articles