dini_Set inputtext
#5

y_ini is simple to use really. It's very similar to writing to a file in general using the stock functions, it just does all of the ini formatting and management for you.

Doing what you want through y_ini would be:

pawn Код:
new
    INI:ini = INI_Open(accountfile);
INI_WriteString(ini, "Password", inputtext);
INI_Close(ini);
Reply


Messages In This Thread
dini_Set inputtext - by Mike Garber - 10.01.2011, 16:49
Re: dini_Set inputtext - by Joe Staff - 10.01.2011, 17:00
Re: dini_Set inputtext - by JaTochNietDan - 10.01.2011, 17:02
JaTochNietDan - by Mike Garber - 10.01.2011, 17:02
Re: dini_Set inputtext - by JaTochNietDan - 10.01.2011, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)