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).
I need this to activate when FILE_CONTENT is different then SAVED_TEXT What should I replace the = with ?
@rage use this operator
!=
@Bigma said in How do I define "IF is different" ?:
@rage use this operator !=
Use the strict inequality operator instead, it will be better in most cases:
!==
@sergerdn Thank you ! This looks like JS, does BAS use js script logic ?
@rage said in How do I define "IF is different" ?:
Yes, BAS is capable of handling JavaScript or Node.js code.
You can always expand BAS functionality with custom javascript or use node modules in your script..
@fixyourself said in "Timeout During Reset":
Everytime the bot tries to reset with the reset function it tells me "Timeout During Reset" and the bot just stops Any idea how to fix this?
This was always the case in write mode: (but in startup everything works.
@yourfriendkarol
No, for resources created via user interface, as far as I know, there is no such possibility.
You can safely use any loop with 'ignoring errors' inside, if you need to wait for adding elements.
@yourfriendkarol Haha. Thanks, I've been with BAS for almost 3 years now. Just trying to help those I can since I have free time recently :)