Formulas

Hello! I was wondering if it is possible to add 10 to a number each time the script loops itself. Here is the script:

WebUI.setText(findTestObject(‘xxx/input_text’), ‘11’)

I would like to have that ‘11’ increase by 10 each time.

Thanks! Appreciate any help.

Could you specify more detail on your case? if you need a for loop, then just add with the increase number.