[Gambas-user] settings ? ? ? ? ?

Steven Lobbezoo steven at ...1652...
Fri Apr 6 18:32:00 CEST 2007


Hi,
I saw this on the wiki :

PUBLIC SUB Button1_Click()

  settings["Name"] = Eingabefeld.Text 
  Settings.Save
  
END

PUBLIC SUB Form_Open()

 TextLabel2.Text = "Hallo "&settings["Name", "No Name"]&"!"

END

What is settings ??????
Any docs ?
Steven




More information about the User mailing list