what is the easiest way to store e.g. a list of strings in the application, so when the user start the app again i can simply read it out again and work on the stored list of strings?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can use registry. OSP::IO::Registry. You can persist the values in a registry file and store in your addplication's data folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.