hi, on gambas2 1.9.12 the settings load and save doesn' t work. but with gambas 1.8 the same code work. DIM hSettings AS Settings hSettings = NEW Settings(user.Home &/ ".program.conf") hSettings["choice"] = combobox.Text hsettings.save gambas2 comes with ... Unknown symbol 'ToSring' in class 'Main' error. any idea? thx