@aesmer The question is simple, so the answer should be simple as well.
Just use the Logger module and uncheck the "Show msg "waiting element"" option
1.png
2.png
How can i convert -0.01 to 0.01 in variable
-
Hey @lother,
Best part about BAS is the JavaScript functionality it has!
Here's a little script to turn a number into a positive with JavaScript's Math.abs() function.