Access Operator Syntax

I’m trying to say this type of thing:

section = "test1.swf";

with this:

section = ["test" + curNum + ".swf"];

But AS doesn’t see the result as a file name. Can someone jog my memory about the correct syntax?