Add a row to a table, write a number into it and read it back.
This tutorial is part of the Nairda learning path. You can build it step by step inside the app, which checks every block you place before letting you move on.
The steps
- We create a table called data.
- We create a number variable called stored.
- We add a row to the table, so there is somewhere to save.
- Behind it we write the number 7 into that cell of the table.
- We add a While loop, which repeats forever.
- Inside the loop we set stored to what is in the table.
- On the dashboard we draw a label and give it the variable stored.
When you finish, the app takes you straight to the next tutorial in the path.