Sum of numbers in a list at ListView

How do I calculate the sum of numbers in a list at ListView in App Inventor?

you need a for loop to iterate every item in the list.

or use block 'reduce list '.

3 Likes

can you help me to make a bloc

give a sample of this list

check this tutorial
Functional List Operators (mit.edu)

probably not very efficient, but:

1 Like

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