Me = new Array("Helmut"); FullName = Me.push("Granda"); trace("FullName: " + Me[0] + " " + Me[1]);