Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do i check if a variable contains something like a special part in the url? Using * does not work like -> "search"
Thanks for the help :)
[[URL]].indexOf("text")
if contains then result >=0 else result = -1
@GameBot Thank you! Works fine!
@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
@DuckDuck have you checked it?
@yod4
Screenshot_12.png
@bobi that working if use [[EMAIL]] or {{EMAIL}}, How if I want to call like <EMAIL>
Hello, thanks for the reply.
I want to make it to where it counts the errorsand let's say when it reaches 10 it visits a certain URL link.. How do I increase a variable by +1 every time?
Also, would this be a correct if statement for... if {{var}} == 10
?