1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
if(!structVectors.isEmpty() ) { y=structVectors.size(); while(y != 0) { z= structVectors[y].mesta.size();// вот тут рантайм эррор while(z != 0) { if(indexVvod == structVectors[y].mesta[z]) indexVvod+=structVectors[y].dlinaSlova; z--; } y--; } }