Question
error #1034
Hi there,
I tried to insert my exposant in an array but it failed. And i got this error
var resultatsArray:Array = new Array();
while(i < exposant) {
i++;
resultatsArray.push(base + "^" + i + " = " + Math.pow(base, i));
}
Could you help me pls.
Tks.
