Using a variable in a CreateTextField


    var boxtitle = ("textfield" + counter); 
    createTextField(boxtitle, 20, 30, 30, 500, 70); 

Why doesn’t this work?