Hello.
I attached the print screen of a simple Visual Script that gets the numeric value of the Volume of a box. The value is '0.999999999' because the 'OperatorDivision' coverts the number from cubic millimeters in cubic meters. I have two questions:
1. How can I control the number of decimals, in case that I want only 2 or 3?
2. Is there a function that creates a simple table showing this information, for example a table with 1 row and 2 columns, one column having a text like "Volume" and the other column showing the variable with desired number of decimals, something like "0.99". There is a function named 'DrawTable', but I cannot make it work and I couldn't find any example showing how it works.
3. Can I concatenate a variable and a string like: "0.99 m3' ?
Thank you.