Number sorting problem

How do I sort out all the “0000”'s in a number such as 1443.0000 and convert them to a string?

I can’t seem to get rid of the remaining 0000’s or nulls!

I’m trying to format an ascii string to send to arduino.
to send each digit of the number as a separate ascii value

please see my patch!

sendValueshigherthan256_02.v4p (10.3 kB)
pic.jpg (56.1 kB)

Sounds like FormatValue(String) is your node…

sendValueshigherthan256_03.v4p (10.1 kB)

thanks alot! This is perfect now

Just set the SubType pin off the AsString (Value) to integer ;)