Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I can't understand why this function enter into a infinite loop as show in the Logs screenshot below ?!!!! This only happens in run mode. In record mode everything working as expected !!!
Logs:
Any help is really appreciated ...
@Hannaa do not use labels, they are of no use, only problems. You can't switch labels to other functions
@UserTrue But how could i go back to certain action when some condition found ? I mean what the alternative for using labels ?!
@Hannaa loop and function
@UserTrue I'll try it in this way, though labels working fine within other functions in the same script !! Thnx for your time dude
@Hannaa I work sometimes with labels and its pretty okay, just use a condition and it wont loop anymore.
@UserTrue @NotWegant It works after deleting labels, thnx for your replies
@bestseo If your function has labels, then they can be the cause of the problem. Attach a test project so I can replicate the issue please.
Screenshot_3.png Screenshot_4.png There are many ways, and here is an example of what you said.
@Alexender remove line after use
thanks man!
@yourfriendkarol You can do like this.
Following solution will work for run mode, but won't work in record mode.