The variable AICC_Student_Name is technically read-only.Create another variable named ModName.Your doPrint function would then be:function doPrint() {VarModName.set( AICC_Student_Name.replace(','," ") );// Need to do a change contents to your text box // on the screen using VarModNamewindow.print}Tim