[Gambas-user] gambas2 1.9.12 settings

PV oreip at ...1...
Sat Jul 16 20:40:38 CEST 2005


On 16/07/2005 15:30, forty wrote:
> 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.

ToSring should read ToString instead...
If it's not a typo then it should be related to your problem, because I am not 
experiencing any troubles with Settings in 1.9.12, neither with load nor with save.

Ciao,
Piero




More information about the User mailing list