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
Divide actions into 3 threads or make them run one after another. There is an action in the BAS that checks which thread is currently running.
@Atz
Untitled.png
Image didn't display. If anyone knows how to get the IP info from here, please let us know
@tet-vivi said in The IF function with many options:
@phamtracanh A <100 && A> 50 ?
@Fox said in The IF function with many options:
@phamtracanh said in The IF function with many options: Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks. https://javascript.info/logical-operators
@phamtracanh said in The IF function with many options:
Hi everybody, I want to use the If function with many options. For example, if A <100 and A> 50. If you know, please help me. Thanks.
https://javascript.info/logical-operators
Thank you.