Strange variable behavior

I now have tryed in several days to find out what is wrong in these blocks.
HOW in gods name can the “I” variable write Gokart nr. 9 on picture from the phone when the count with “i” only goes to 8.
Also the Info1_lbl is over the text “Ikke udbedret fejl” ALSO write 9.

Bonus info is that the status is only 4 in length.
statusList is 2 in length.

@funhall this sounds like an “off-by-one” error,

Also, you have status and statusList variables - is it possible they’re mixed up?