Creating multiple variables

Hello!

How can I create multiple variables at once?

use "make a dictionary" block, not "make a list".
image
Search Dictionary in community for more guilde how to use dictionary.

spend more time for reading the community:
image

Maybe I don't understand how it works, but it still doesn't work for me :frowning:

You need to learn dictionary component, how to retrieve value associated with specific key,

http://ai2.appinventor.mit.edu/reference/blocks/dictionaries.html#get-value-for-key

Yes, I know I still have a lot to learn, that's for sure. Could you correct me in the uploaded job? It would be a great help to understand better.
variables.aia (1.9 KB)

Try this

1 Like

You need to tell us what the variables represent.

Their names should include their purpose, like
dateOfBirth, shoeSizeInches, etc.

If you have lots of data, you need to learn to organize it in a database.

1 Like

Thank you!!! :grin:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.