Array

for (i=0; i<40; i++) {
Q4* = 0;
for (b=0; b<20; b++) {
Q4*** = 0;
}
}

when i check array Q4*, the value is there, but i check the value for Q4*** it show undefined, how come? i use ttt.text = Q4***;

any problem?