new INI:ini = INI_Open(whateverfile);INI_WriteString(ini, "passwordorwhatever", inputtext);INI_Close(ini);