y_INI help.
#1

I already have a file writed
PHP код:
1
Branza
= -1
0xFFFFFFFF 
I wanna to re-write c to 999
PHP код:
new INI:File INI_Open(_szOldPathFile);
INI_WriteInt(File,"c"999);
INI_Close(File); 
The problem is not re-write the 'c' is write another one on the first line
PHP код:
999
1
Branza
= -1
0xFFFFFFFF 
Reply
#2

Delete c = -1
pawn Код:
a = 1
b = Branza
d = 0xFFFFFFFF
Reply
#3

re-write != Delete
Reply
#4

any idea some one ? ******... are you there ?
and I have a new question who i write value from file +1000
PHP код:
new INI:File INI_Open(g_PropertiesFlags[propid][szOwnerName]);
                    
INI_WriteInt(File,"Cash", += intPropPrice);
                    
INI_Close(File); 
if I have
PHP код:

Branza 
= -
0xFFFFFFFF 
I want to write "a += 5" that it will be 6
Reply
#5

Still no one have any idea about what I indent to do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)