I do have a definition in which I do get a mixed list of integer numbers and numbers with .0. Something like:
5
5.0
7.0
6
6.9
9
How I can remore only the zeros after point? I do need the 6.9 or whatewer decimal will be excepting the zeros.
I do have a definition in which I do get a mixed list of integer numbers and numbers with .0. Something like:
5
5.0
7.0
6
6.9
9
How I can remore only the zeros after point? I do need the 6.9 or whatewer decimal will be excepting the zeros.
round_filter.gh (12.3 KB)
weird… try this more barbaric solution using Replace Text:
This method seems to work. Thank you.
Both mine and @submillimetre ‘Num’ solution work fine if you pass the data through a panel or text component
Nice trick.