----- void foo() { int[2][] pos; pos ~= [1, 2]; } int main(char[][] a) { foo(); return 0; } ----- Kevin