[Help]Changing data in a array in a enumerator?
#4

You can

pawn Код:
main()
{
    printf("sizeof:%d", sizeof( MyTest ))

    MyTest[0][MyArray][3] = 2;
    printf("%d", MyTest[0][MyArray][3])
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)