26.04.2014, 16:03
Hello all,
I want to do something, it's possible to lister a array with a number and not pPass, pLevel, pAdmin, etc...
Thanks
I want to do something, it's possible to lister a array with a number and not pPass, pLevel, pAdmin, etc...
PHP Code:
enum e_02{
id,
valeur,
www,
xxx,
yyy
};
new tab[e_02];
tab[id] = 5;
tab[valeur] = 4;
tab[www] = -6;
for(new i; i < sizeof(tab); i++) printf("tab[%i] = %d", i, tab[i]); // problem with tab[i]