Variable names

Hello,

Is there any way that a movieclip named:

mcsomething1;

have a variable inside of the name so that it is:
var num:Number = 1;
mcsomethingnum;

?

thanx.

it would look more like:
mcsomething.i

where i = 1,2,3 …

is that what you meant?

See: How do I adress instances by variables ?