App Inventor 2 minusing value by the whole contents of a list -


i wondering if there way minus 1 value contents of whole list in app inventor.

for example if list1 = [4, 5, 4, 5] , want let's subtraction of 7 - 4 - 5 - 4 - 5, how in app inventor 2?

write procedure sum list , calculate 7 - sumoflist this

enter image description here

do tutorials learn basics of app inventor, try , follow top 5 tips: how learn app inventor.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -