26.05.2011, 09:15
You can
pawn Код:
main()
{
printf("sizeof:%d", sizeof( MyTest ))
MyTest[0][MyArray][3] = 2;
printf("%d", MyTest[0][MyArray][3])
}