Skip Navigation LinksHome Page > Forums > Rapise Forums > Rapise Issues & Questions > Adding numbers together i...
I have doing a piece of automation that requires picking a number off the screen storing as variable and adding 10 to it. Currently I'm using variable and action type Increment how this is concatenating the values instead on preforming the addition.
Is there a way preform addition in rvl ?
Hi Raymond,
This happens because the value from screen is a text string. You may use an 'expression' type.
Suppose that the variable name is "ScreenVal" and you need to increment it by 10 you may write something like that:
Variable ScreenVal expression parseInt(ScreenVal)+10
I hope that helps.
Br/Alex G
And if you have any questions, please email or call us at +1 (202) 558-6885