@Fazik-0 said in How to convert var:
How to convert a variable of type string [[CENA]] with value 1,000.00 to type Int with value 1000
3c69e1d8-64b7-47e9-b153-c7df9d32589b-изображение.png
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.