Hello,
I have a variable type float, and this variable contains a negative number, and I need to convert this variable to a positive number, how I can do it?
Thanks for the help!

Hello,
I have a variable type float, and this variable contains a negative number, and I need to convert this variable to a positive number, how I can do it?
Thanks for the help!
You can use expression mul(YOUR_NUMBER,-1)