Hi:
I'm working on a project and I have a configuration page where the user can assign values to variables I want them to stay with the new settings. The problem is that once I close the program all settings are lost and the variables are initrialized when the program is executed again. My question is this: is there a way I can save the variables and retreive them at a later program execution? I thimk saving them as stings in a text file might work; but that seems to be a very labourios way. Is there any other easier way?
Thanks.
1