luciffer Posted February 13, 2010 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"")
Info Posted February 13, 2010 Posted February 13, 2010 $string = 'this is " a string' $stringinstr = StringInStr($string,'"') MsgBox(0,"",$stringinstr)
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