Suggest some tutorial or example on saving data in the program entered through editor/note/form
| Thu, 2007-08-23 09:41 | |
|
Hi, Help me know hw to store data in a program so that it will last after the program is closed. Is there any example in sdk regrding it. Regards, |
|






Forum posts: 82
Its damn simple...
Get the data from edwin control...there must be some public method like GetText(), or Text().
Write that data into any file of your choice using RFs and RFile.
This file will be persisted.
Br
Gurpreet
www.mobisy.com
Forum posts: 1242
This earlier NewLC thread:
Reading from INI file
might contain the information and code that you need.
René Brunner