Read http://appinventor.mit.edu/explore/ai2/support/blocks/lists.html#pickrandomitem
Also there's a tutorial about this same topic by Taifun. Search the forum for "how to pick a list item once".
Trying to push the limits of App Inventor!
Snippets,
Tutorials and
Extensions from
Pura Vida Apps by
Taifun.
use of the LENGTH OF LIST block returns how long the list is, so after am item is removed from the list the list length gets smaller
Am I correct in assuming that the list 'list' is then auto recalculated and would then contain the following 1,2,3,4,6,7,8,9,10
if I am correct in assuming this, then if I pick another random item (lets say it picks index 5 again) would it return the value of 6