Help to recover data from two servos in the EEPROM

PaulS:
Why do you have an array, j, with 20 elements, when you only use the first element in the array? Why is the array given such a generic name?

I think that, in the future, I'll just call you person, since you ARE a person. No need to get fancy with meaningful names, person, when any old name will do.

You have an array of values, too. Two of them, actually. You only ever use the first value in each array.

What it appears that you want to do is increment the index into the array, NOT the value in the first position in array.

I gave it the name of "J" for giving it to me but it is not a final code this is a beta phase
I explain with J what I do is move from 0 to 19 in the eeprom osea saving from 0 to 19 in the eeprom values that are the degrees that you use to move the servo 1 or 2
now .... at the time of reading the eeprom I do not recognize the order that I moved the engines run simultaneously and I do not want that I want to keep the values of the servos in the order I want and after that when I read the eeprom recognize if that value I read is of servant 1 or 2 and make him move that I want that is what keeps me stuck