Whats better for storing data?
#9

Quote:
Originally Posted by Markx
Посмотреть сообщение
I still use Dini. Why?

Its very easy and what i need, its not to fast but its ok.
I use MX_Ini because none of the others i tested simply wouldn't work even if i tried the creators example xD
Don't know why, but I use It and It's simple.

pawn Код:
new file = ini_openFile("file.whatever");
ini_setFloat(file,"Set",Float);
ini_setString(file,"String","Set");
ini_setInteger(file,"Integer",100);

ini_getFloat(file,"Get",float);
ini_getString(file,"String",Get,32);
ini_getInteger(file,"Integer",get);
ini_closeFile(file);
As simple as that, and is much much faster then dini.
No troubles.
Reply


Messages In This Thread
Whats better for storing data? - by Desertsoulz - 04.04.2011, 20:23
Re: Whats better for storing data? - by Sergei - 04.04.2011, 20:24
Re: Whats better for storing data? - by Desertsoulz - 04.04.2011, 20:53
Re: Whats better for storing data? - by SchurmanCQC - 04.04.2011, 21:00
Re: Whats better for storing data? - by int3s0 - 04.04.2011, 21:03
Re: Whats better for storing data? - by Desertsoulz - 04.04.2011, 21:05
Re: Whats better for storing data? - by vital2k - 04.04.2011, 21:06
Re: Whats better for storing data? - by Markx - 04.04.2011, 21:06
Re: Whats better for storing data? - by Mike Garber - 04.04.2011, 21:14
Re: Whats better for storing data? - by Desertsoulz - 05.04.2011, 02:55

Forum Jump:


Users browsing this thread: 3 Guest(s)