2012/9/11 Felipe Monteiro de Carvalho <felipemonteiro.carvalho at gmail.com>: > Hello, > > Can I write constants of a 2D array? I am trying to convert some C++ > code which uses this ... so far I tryed: > > const number_return_map: array[0..7][0..7] of U8 = const number_return_map: array[0..7,0..7] of byte = Vincent