@sergerdn I'm not saying its a bug, I'm explaining to other people how to do it properly if they are facing the error. Did you even read the post 🤦♂️
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.