[MX] Easy question

[font=Century Gothic]Any ideas why line three is undefined?[/font]


var t = this.createEmptyMovieClip("thumbnail",0);
t.picToLoad = "lowres/"+imageList*;
trace(t.picToLoad);	 // Returns undefined 
trace("lowres/"+imageList*); // Returns expected

[font=Century Gothic]Thanks,[/font]
[font=Century Gothic]Dan[/font]