Search code examples
androidapp-inventor

Index in List method always returning 0 in App Inventor


I have a problem with the INDEX IN LIST method of App Inventor which always is returning 0 (zero).

enter image description here

enter image description here


Solution

  • Abraham GetzlerPower User

    Instead of using the list from csv table block, use the split at \n block on your incoming file text.

    Since it is just a single column of text delimited by new line (\n) characters, that will turn it into a list for you.

    by Abraham Getzler at google forum