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.