Hi. basically i have Three messages in an array
I want to compare it agasint a string which is a web sites page source.
If it contains one of three messages return true.
bit stuck
VB.NET:
Private MyArry() As String = {"This is Message one", "This is Message Two", "This is Message Three"}
I want to compare it agasint a string which is a web sites page source.
If it contains one of three messages return true.
bit stuck