Spaces between textes

Hello friends. I am wondering if there is no better way to separate the texts in a list. I am using (\ n), but it gives little space. (sending email)

example:
when using a (\n). it looks like this :

(I go to school), (I go to church).

I want it to look like this :

I’m going to school

I go to the church

how can do this ?

1 Like

use the split at block and set the text as the list and ‘at’ to comma(,)

2 Likes

No need to use /n or split text block, these brackets are shown because data is in list.

So, you need to pick up each list item from list by using select list item with index block.

This will give same result as you want.

3 Likes

Can you show me please?

I don’t understand.
Can you show me with block picture?

Please post your relevant block to help you

1 Like

bcbcbbccb

help me . i want like

A xxxxxxxxx

Espace

B xxxxxxxx

Did you try two /n in your Join block ?
In fact, you want lines between sentences …

List_estado_civil
/n
/n
Estado/Cidade

1 Like

You can mark label to set html format and used <br> for line break.
This way:
A xxxxxxxxx <br> B xxxxxxxxx =

A xxxxxxxxx
B xxxxxxxxx

or
A xxxxxxxxx <br><br> B xxxxxxxxx =

A xxxxxxxxx

B xxxxxxxxx

1 Like

That’s what I said… :+1:
But I took advantage of the blocks he used …

1 Like

:thinking:
It may work, I never use it, I always use html codes it’s easier for me !!

1 Like

Labels :thinking:
I understood another thing …

1 Like

But need 2 block for you suggestion or /n/n is the same ?

1 Like

@fabricetaio used Label to show the result !!
List_estado_civil.selection and estado.Text

1 Like

Labels are texts shown on a screen. What it will use are strings or texts returned from components or takes of specific properties.
Hugs. 22:50 pm
He wants to send email

1 Like

Here is 22:50 i’m from Santa Fe, Argentina. Early for me :smiley:

1 Like

Just use select list item block. You will get it in list blocks.

1 Like

Ok, plese can you show me please with blocks?

Try something like this:

1 Like

… or this:

2 Likes