I have this Array Private Figures As New Integer[4, 7] and I want to pre fill it with data so I do This Figures[0, 0] = 1 Figures[1, 0] = 3 Figures[2, 0] = 5 Figures[3, 0] = 7 is there a better way to do this in gambas that is like a short hand of this ? Cheers Shane