How to do texts with apart points?

Not quite sure what you mean, but:

Put “\n” (without quotes) where you want a new line

or

Use the join block to break up your text

or

Tick the HTMLFormat check box in the designer for the label, then use the limited html tags available to format your text. (a new line would be "<br>" with htmlFormat.

1 Like