How do I divide a text in 2 parts and edit in a Textlabel the first only? Thanks

Hello community.
For my app, I need to split a text into 2 elements and I need to display only the first in a text label.
Example: “ZORBA Restaurant : Located 10 km from Athens city center.” I divide the sentence at the “:” with DIVIDE TEXT AT and I obtain [“Restaurant ZORBA”, “Located 10 km…. »]. How to display the first segment ZORBA Restaurant in a text label?
Thanks for your help.

First use split text at : and then use select list item at index 1 since the result you have is a list

Top! thanks
I'am a newbee...

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.