Hello,
I have no idea whats going on here. I have a multi-dimensional array which i assign some values i.e.
array[1][0]=-1;
array[0][1]=-2;
However, when i output these, both are equal to -2. does anyone know whats up?
Show us some more code - no way to tell what's going on here.