Hello,
How can I make sure that variables remember their value? For example if someone uses an option of my program, the counter increases with one 1. But how can I make sure that the counter will remember when the program restart that his value is 1 and not 0. The same goes for a few strings like username and password. Those strings need to remember at any time what there value is.
Thanks in advance.
How can I make sure that variables remember their value? For example if someone uses an option of my program, the counter increases with one 1. But how can I make sure that the counter will remember when the program restart that his value is 1 and not 0. The same goes for a few strings like username and password. Those strings need to remember at any time what there value is.
Thanks in advance.
Comment