saving data from multiple text boxes to the same place

234 views
Skip to first unread message

Nathaniel Mackie

unread,
Jul 27, 2015, 11:15:31 PM7/27/15
to MIT App Inventor Forum
Hello,

I am trying to make multiple text boxes save the data within them all into one file,  how would i go about structuring the blocks in order to make all the information go into one specific file together?  or into an page that could be shared.  Attached is a picture of my interface and all the text boxes i would like to store information into to save


Capture.PNG

Taifun

unread,
Jul 28, 2015, 10:43:40 AM7/28/15
to MIT App Inventor Forum, nma...@kent.edu
use the join block to join the text of all textboxes, then use the File.SaveFile block to save everything into a file, see also the documentation

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook   http://www.appinventor.org/book2 ... 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 http://www.appinventor.org/content/CourseInABox/Intro  and the aia files for the projects in the book are here:  http://www.appinventor.org/bookFiles  
How to do a lot of basic things with App Inventor are described here:  http://www.appinventor.org/content/howDoYou/eventHandling  .

Also do the tutorials http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the
 Top 5 Tips: How to learn  App Inventor

You will not find a tutorial, which does exactly what you are looking for. But doing the tutorials (not only reading a little bit) help you to understand, how things are working. This is important and this is the first step to do.

Taifun

Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by  Taifun.         



Nathaniel Mackie

unread,
Jul 28, 2015, 1:49:11 PM7/28/15
to MIT App Inventor Forum, nma...@kent.edu
Could you provide a screenshot of the join block? I cannot find it.  or just describe to me which one it is,


Thank you!!

Nathaniel Mackie

unread,
Jul 28, 2015, 1:50:12 PM7/28/15
to MIT App Inventor Forum, nma...@kent.edu
never mind i found it.  thank you for the assistance 

Abraham Getzler

unread,
Jul 28, 2015, 3:08:39 PM7/28/15
to MIT App Inventor Forum, nma...@kent.edu
You will probably want to recover your data from that file later,
and will find it all mushed together, unless you intersperse commas between columns.
Read up on csv formatted data.
JSON is also a good topic to explore.

ABG


Reply all
Reply to author
Forward
0 new messages