Simple this[] syntax question

Variable name definitions confuse me! Sorry for the simple question.

trace (MovieClip(root).blank1); //this traces properly
trace (MovieClip(root).this[“blank”+1]); //this won’t compile

What’s the correct syntax?

And what is this called in case I need to google it later?