Bug on setting INT to 2 in an array

This is extremely strange. I have tested and have no idea why this isn’t working.

Bug: When setting the INT=2 in this array, it always returns 0. I can set to any other INT and it works.

  1. Create the array
    image

That input variable I have tested with various INT values. When I set the INT input to anything other than 2, it works just fine.

See struct here:

  • how are you assigning the data in the struct?
  • how are you returning it?