06.11.2016, 01:31
How I can get all the names and values of an .ini file ?, to save them in a single array.
For example:
save in new array[names]; or new array[names][values];
For example:
Quote:
[INI] a = 10 b = 40 c = 110 |