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'm doing a number check, I need the script logic to be such that if the number in the variable was greater than 300 but less than 600, then it would do the function, if the opposite would include another check
@yod4
[[NUMBER]] > 300 && [[NUMBER]] < 600
@sergerdn that worked tyvm
I need to connect to android device and control android device.
You can use node or javascript for that. You can even run VBscript from BAS too, if you want.
@Fox Oh...I got it, thank you!