The first line just shows what assert it failed on
Index was 3, so it’s bigger or equal to zero, but it’s larger than the ArrayNum (size of array)
1 Like
The first line just shows what assert it failed on
Index was 3, so it’s bigger or equal to zero, but it’s larger than the ArrayNum (size of array)