luciffer Posted February 13, 2010 Share Posted February 13, 2010 Need help to figure out how to search " in string using StringInStr. When i try the this code i get error and cant run script. StringInStr($html, ""a1"") Link to comment Share on other sites More sharing options...
Info Posted February 13, 2010 Share Posted February 13, 2010 $string = 'this is " a string' $stringinstr = StringInStr($string,'"') MsgBox(0,"",$stringinstr) Link to comment Share on other sites More sharing options...
luciffer Posted February 13, 2010 Author Share Posted February 13, 2010 Tnx a lot. Link to comment Share on other sites More sharing options...
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