|
Some options of your application or game require remember some data of configuration next time that user will use
your application. With these commands you can store data on a INI file, these files are organized en groups of data,
and keys, example:
[Group1]
Key1=128
Key2=Hello
[Group2]
Key1=Bye
|
|