How can i convert -0.01 to 0.01 in variable
-
as i describe in the title .Can someone show me a way
-
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.