Hi guys,
I have var1 where values can be 10 or 9 but also 9.3333. If that's the case I want to have 9.3. How can I do that? If I'm not mistaken "format var1 %4.1f" doesn't change the variable, just how it is displayed.
Cheers!
I have var1 where values can be 10 or 9 but also 9.3333. If that's the case I want to have 9.3. How can I do that? If I'm not mistaken "format var1 %4.1f" doesn't change the variable, just how it is displayed.
Cheers!
Comment