I am getting a number via get Text from my Application and i want to use that number in my do While loop after every iteration to see if the number changed to Positive. I tried out lots of Datatypes and variants but it either says I got the wrong Datatype or it ignores my condition and continues with the loop even if the number already is positive. Please help!
Great Idea. But even after I implemented that it continues the iteration. Even though in the write line it cleary says it doesnât contain â-â anymore.
@supermanPunch
I want it to break when the value of âDifferenz_Betragâ isnât negative anymore.
So the Click-activities after the âWrite lineâ should be stopped
@SSchmitz I noticed there is a For Loop inside While, And the Scraping is happening inside it, hence inside for loop Use if to check if it is Non Negative , then use break if it is non negative , make sure you use it at the end of for