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!
@Fox Oh...I got it, thank you!
@tet-vivi I do it success now. A big thanks to you, great guys.
@fox said in Global Variables Explained?:
https://www.youtube.com/watch?v=Vj2Q50FIBi4&t=4770s - here is very detailed with examples.
I've came across this video but the translation was not very accurate, I will try again to get it to translate correctly. Thank you!
@andy231 Thank you I got it working! But also just for knowledge is it possible to change the value of the variable in the action?