The loop counter is a built-in variable that you cannot control. It will always increase.
For your purpose, you must create a seperate variable that contains your index as you want to use it.
The attached VI shows a possible solution. Let me know if this makes sense to you.