Preciso ler um arquivo txt, linha por linha, para tratar cada linha.
Split the result by \n to get a list, each item in the list will be another line of the file
http://ai2.appinventor.mit.edu/reference/blocks/text.html#split
Taifun
Thank you very much, it worked.