Reverse Student Name for Certificate

weeorg
weeorg Community Member Posts: 29
Hi Justin.I used the code that you gave in your posting: function Name_Switch(){ var cname = Var_TempName.getValue(); var pname = cname.split(","); Var_ProperName.set(pname[1] + " " + pname[0]); }