Get the first text of a string

I have the following text string:

“one two three”

and I want to get only “one” of the whole extension.

How can I do it?

Actually it was just searching, here I offer the link of all the functions of the text blocks and the solution to this problem was the “cut text in” block.

http://kio4.com/appinventor/68B_trabajosconcadenas.htm

https://docs.kodular.io/blocks/text/#splitatspaces
This may help you better

3 Likes

if your text is fixed ( means if it is always one two three ) then you can do this
Capture

@ElMaxicero4 It is very simple to do
There are two ways to do that

1.

image

2.
As @OfficialDjJohn said use split at spaces block

image

Hope it is your solution :upside_down_face: :upside_down_face: :upside_down_face:

5 Likes

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