Currently I'm incrementing a value called wert by 1 with the following code:
getEval storedVars['wert']=${wert}+1;
The value 'wert' is something like 80401299.
I want to add 1 to the value, if it ends between 70 and 99, after 99 the next value should be 80401370 (skipping 00-69). How is this possible in Selenium IDE?