How to split a text?

hello guys please help me i want to split a text into fore diferent texts

like

label1 text = 2019

and Split the text from to fore different texts like

lable2 text = 2
lable3 text = 0
lable4 text = 1
lable5 text = 9
is there any solution for this ?

2 Likes

Will the text Always be in 1 character increments?

If so, this is one way of doing it:

4 Likes

You should learn how to use Kodular being trying to make an app.

Go here to learn about text blocks.

Try something out for yourself and if you’re having trouble show us your blocks and we’ll try and help.

2 Likes

Welcome!

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

1 Like

Thanks :grinning_face_with_smiling_eyes::grinning_face_with_smiling_eyes::grinning_face_with_smiling_eyes::grinning_face_with_smiling_eyes:

1 Like

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