zasxes Posted July 19, 2004 Posted July 19, 2004 Is there a way to evaluate the string below and see if it have the word HomePage as part of it? All data before /HomePage is variable.http://ServerName/COMPANYSOFTWARE_Loadtest...)/HomePage.aspx?
Davman Posted July 19, 2004 Posted July 19, 2004 "see if it have the word HomePage as part of it?"... as part of the text? or as part of the website? Sitting comfortably behind the code.
emmanuel Posted July 19, 2004 Posted July 19, 2004 Yes.RTFM: StringInStr --------------------------------------------------------------------------------Checks if a string contains a given substring.StringInStr ( "string", "substring" [, casesense [, occurance]] ) "I'm not even supposed to be here today!" -Dante (Hicks)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now