I have a feeling that when you write:
j[0]++;
valor2[0]++;
you want to increment the array INDEXes i.e. the 0 in the brackets. But that's not what you're doing.
Steve
I have a feeling that when you write:
j[0]++;
valor2[0]++;
you want to increment the array INDEXes i.e. the 0 in the brackets. But that's not what you're doing.
Steve