//NEVERMIND
I found that i needed to use it like this
I found that i needed to use it like this
Code:
If TextBox1.Text.StartsWith("name") = True Then
'Do something
End If