6 Posts
Tinax
3 years ago
4
Topic

I want to remove the separator behind a value and have a space instead. 

At the moment it looks like this:

value1,value2,value3 


But it should look like this:

value1  value2  value3 


How can I achieve this? Sorry for my english!

I'm grateful for any help!

Tina

Get a Book for SEBLOD
248 Posts
Giuse
3 years ago
1
Level 1

try setting the separator in the field as a simple blank space (as a default it uses a comma without space)

6 Posts
Tinax
3 years ago
0
Level 2

Thanks Giuse.

I tried that. Unfortunately does not work. "Separator" field must not be empty ... :-(

3 years ago
1
Level 1

Hello Tinax,  

Thanks Guise for your help.    

Tinax, you can use the Typo PHP String to replace the separator , by the space or what you want.

Regards.

6 Posts
Tinax
3 years ago
0
Level 2

Thanks Lionel.

It works great!! 

Get a Book for SEBLOD