In Thunkable, you use something called a listto organize mulitiple data items in your programs. Other programming languages call them arrays, but they are essentially the same thing.
你以前可能做過一個待辦事項清單或購物清單,程式設計中的清單非常相似。
Lists are accessed through the Core blocks palette in the Blocks Editor. There are several blocks that allow you to create, store, retrieve and update items in a list.
You store a list in an app variable, so you can give your list a name.