Array problem.
Posted: Sat Oct 03, 2009 1:17 pm
Hi at ALL.
GLOBAL CODE:
int N[15] = {{2 3 4},{2 6 11}};
draw:
textnumber = N[0]; -> 2 3 4
textnumber = N[1]; -> 2 6 11
.....
not work. Why?
Tnk1000.
GLOBAL CODE:
int N[15] = {{2 3 4},{2 6 11}};
draw:
textnumber = N[0]; -> 2 3 4
textnumber = N[1]; -> 2 6 11
.....
not work. Why?
Tnk1000.