05.12.2014, 04:54
Quote:
Thanks for version 3.
Well, i am a bit confused while using INI_MultiWrite, it would be very helpful if you explain that to me. Thanks in advance!! |
INI_MultiWrite("ds", "integer", 1, "string", "blah");
You can extend that function to add more, Just like using sscanf. Similar case is with MultiRead, the only difference is that you have to use variables in which you want to place the data after reading the specific key.
Also some few tips:
"s" - string
"i" or "d" - integer
"b" - bool
"f" - float
And, thanks Neufox for this include.