I initialize the array using my_array := [foo, bar], with foo and bar being arrays of fixed size (tested using size 2). Currently the array gives values that are neither of foo nor bar. Sometimes the ...