I want to split a text: A A C D A into a list A, A[1]=“A”, A[2]=“A”, A[3]=“C”…
How can i do it? I have tried the split text, and split at spaces but look like im doing it wrong so i have some bugs.
use Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing and Debugging
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
Taifun