Hi guys
i need the not equal symbol so i can write if and else correctly
if the editbox dose not contain the word "all" it shows some msg sayn that the word dosent exist
If EditText1.Text.Contains != "all" Then
Msgbox("word dosent exist'","")
THANKS A LOT