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.
@sergerdn I'm not saying its a bug, I'm explaining to other people how to do it properly if they are facing the error. Did you even read the post 🤦♂️
@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.
@Antonio thanks