Erro ao selecionar item da lista

Estou fazendo um app que o usuário deve responder com um valor numerico a uma pergunta e depois devo calcular a média de perguntas especificas (Exemplo: calcular a média das perguntas 3, 12, 25) no qual o usuário responde todas as perguntas e depois eu seleciono as necessárias.

O problema está no select que apresenta o erro:

The operation select list item cannot accept the arguments: , [false], [1]

Todos os selects estão dando o mesmo erro, já revisei um por um e todos aparentemente estão corretos, o mais importante o código já funcionou sem o erro.

Right click on the procedure block in the blocks editor, you can then save the complete block structure as an image, then up load it here.

Obrigada, coloquei o bloco inteiro

  1. Test each of the formulas one by one to find out which one is causing the problem
  2. Check the length of each list you are selecting from to ensure the index you are requesting exists (in fact do this for all your indexes and lists.
1 Like

1 Já testei, TODOS dão o mesmo erro.
2. A lista é criada com 126 itens, e está salvando corretamente.

as the error message is trying to tell you: your list is not a list, it is the boolean value false

use Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.