**Command: storeEval Target: storedVars[‘variable’].match(/\-*\d+\.\d+/); Value: variable
**
Notice the ; at the end of Target. Without ; code does not execute.
Variable can be any string of characters, and resulting stored valule is positive or negative number. Usable in math.
I do have a problem tho, it seems that Katalon sees no difference between a negative and positive value when its fed as variable to If statement.
The task at hand is: if results are less than 0.000, go to next bot an backtest. elsif results are more or equal to 0.6 then do few mouseclicks and activate the bot.
Katalon seems treat all values the same, negative or otherwise and i have no idea what to do here. Advice be apriciated!