Hello. I have an array of 3 values (10, 11, 12), that when I press a momentary button advances to (13, 14, 15) advancing each number by 3 with every button press. I would like the limit of my up counter to be (16, 17, 18), then, if momentary button is pressed again, it returns to (10, 11, 12)...