What is "Convert Number To Text (With Commas)" Block?

image
Read the title.

It just converts a number to text.

Like 10000 becomes “10,000”

Say you go in a text block, and arrange the blocks so it says

Set Text

Get Property

Number

It won’t work. Since Number is a number property, you have to convert it into a string first. If you convert it, then the text block will happily show the number. That’s also the difference between the text block and number block.

Also, both channels and properties use text in blocks.

1 Like