and
Guest
saves you can calculate the volume (in dm3) in a number without exponent
This is my ilogic code:
syntaxeditor code snippetiproperties.value("custom", "volume") = math.round(iproperties.volume / 1000000), 5).tostring
result: 1e-05!!
real is 0.012378
This is my ilogic code:
syntaxeditor code snippetiproperties.value("custom", "volume") = math.round(iproperties.volume / 1000000), 5).tostring
result: 1e-05!!
real is 0.012378