Use variable values in variable name

Is it possible?!

Here is an example:

for (var i:Number = 1; i<nTest; i++) {

var test + i..

}

I hope this shows what I mean.

Thank you!!!