Es gibt folgende Listenfunktionen in Pocket Code im Formel Editor.

Lists.jpg

 With 'number of items(*list name*)' you can find out how big your list already is.

With 'item(1, *list name*)' you get the value from the list on position 1.

With 'contains(*list name*, 1)' you can check if the list contains the given value.