Hi!
I try to find a way to remove all zeros of a float before the first number which isn't a zero.
The float is a prim attribute.
Ex.:
0.000000000135 -> 135
0.456 -> 456
0.0000567 -> 567
0.01 -> 1
The count of zeros is variable.
Any idea?
Thank you and greetings!