_attachMovieClip - Help plz?


 _root.attachMovie(theName+"_link", newTargetName+"_stage", _root.getNextHighestDepth());

How can I write this so that “theName” variable is concatinated with “_link” so that it references from the Link’d Object correctly :D?