2012/9/11 Felipe Monteiro de Carvalho <felipemonteiro.carva...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to