Hi;
"string from object" node in Dynamo, can set of digits?
It gives five digits after the decimal point.


You could also try the “Number.ToString” node from spring nodes. It uses a bit of python to eliminate all excessive zeros from the string:

i tried to “-4” in count wire but its round digit like “1,30” but it will be “1,25”
and i couldn’t find “number.tostring”
Thank u for all…
it solved with “number.to.string”

