[Help] Checking a textbox for a word [solved]
how can i check if textbox contains f.e. "$" more than one time
i already tried
i already tried
Code:
Dim S As String = "$"
For Each S In TextBox1.Text
Msgbox("..")
Next

