ABG
May 31, 2024, 1:28am
6
From your blocks, I see that you have not yet learned to work with lists and tables.
You also are not aware that the C in CSV stands for Comma, not semicolon.
These two sources can be translated to whatever language it is you speak:
Free Book Chapter 19 - Programming Lists of Data
from http://www.appinventor.org/bookChapters/chapter19.pdf for translation
Figure 19-1.
[image]
(picture of hands holding paper with printed list)
CHAPTER 19
Programming Lists of Data
As you’ve already seen, apps handle events and
make decisions; such processing is fundamental to
computing. But, the other fundamental part of an
app is its data—the information it processes. An
app’s data is rarely restricted to single memory slots
such as…
(copied from imagnity.com , courtesy of @Saj )
List Blocks On App Inventor
by Sajal Dutta | app-inventor , tutorials | 102 comments
List is a necessity in almost every app regardless of what programming language you use. This is the easiest way to create and manipulate a set of values/items/elements in an ordered fashion. Please go over the reference before we start. In this tutorial, we will learn how to create a list, add new items to a list, display list items, replace an item in the list, rem…
These block images of yours prove my point: