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.
Oh thanks it works!!!
@usertrue Tanks you very much!
@fox said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?: Lastly, how can I make my execute code dark like what I see in the picture? https://community.bablosoft.com/topic/7365/темная-тема-bas
@qaisbsharat said in how to put all image formats (*.jpg *.png..) in one "disable request" block?:
Lastly, how can I make my execute code dark like what I see in the picture?
https://community.bablosoft.com/topic/7365/темная-тема-bas
Thanks ;)
@Antonio thanks