SA-MP Forums Archive
Get the name[] and value[] of an ini file - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Get the name[] and value[] of an ini file (/showthread.php?tid=621031)



Get the name[] and value[] of an ini file - GranaT3 - 06.11.2016

How I can get all the names and values of an .ini file ?, to save them in a single array.

For example:

Quote:

[INI]

a = 10
b = 40
c = 110
save in new array[names]; or new array[names][values];


Re: Get the name[] and value[] of an ini file - Vince - 06.11.2016

Impossible.