metis Posted June 11, 2012 Posted June 11, 2012 Hello. I have problem. If StringRegExp("1+1+2+2", "1+2", 0) Then MsgBox(0, "", "1+2 is OK") EndIf i don't have msgbox. Problem is characters "+" itd... I need new function which replace do. (If my word have in my string give me true , or not give me false) Thx
Malkey Posted June 11, 2012 Posted June 11, 2012 Maybe this. If StringRegExp("1+1+2+2", "1+2", 0) Then MsgBox(0, "", "1+2 is OK") EndIf
metis Posted June 11, 2012 Author Posted June 11, 2012 Yes. Thx. My two attribute is variable and i have different characters and I can not specify whether it will surely +
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