Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I want to show the value of a property with real typ in a text element. How can I change the precision? I only want to have 1 digit.
Hi,
try num.toFixed(1)
biiiig thx, its working
Please be sure and edit your original post and add [Solved] to the title. Thanks!