Thank you very much for your answers, I finally opted for the "clavier+" which allows you to bind keys and simulate keystrokes. I wrote my variables and with a shortcut it replaced
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.