Hi, this is what I want to do. Say I have url strings
s = "t = "
I want to use a if statement to check if the string has the part "portal.asp?category=". So in this case string s will return true...since it has that segment of text. String t will be false.
if s "this is the part I need" then
Thanks
Wayne
s = "t = "
I want to use a if statement to check if the string has the part "portal.asp?category=". So in this case string s will return true...since it has that segment of text. String t will be false.
if s "this is the part I need" then
Thanks
Wayne