public UnderscoreToSpace(name[]){ for(new i = 0; name[i] != 0; i++) if(name[i] == '_') name[i] = ' ';}