@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
How to do math functions
-
I was wondering how I can add or subtract a variable from a given number.
My script gets a number from a website using the "get text" option. I want to take that number and subtract it from a given value.
For example I tried making a variable, using the set variable option.
[[Number to use]] = 20 - [[number extracted from website]]
However this doesn't work so could somebody point me in the right direction. ThanksEdit: I found the solution, just had to change the variable type to an "expression" instead of a string.