27.12.2014, 13:27
Hi,
I use INI_WriteString to write string. But problem is when i write string sometimes that string duplicate if i have
Name = First_LastName
I got
Name = First_LastNameName = First_LastName
or
Name = First_LastName
Name = First_LastName
I don't understand maybe i need to use other function not INI_WriteString?
I use INI_WriteString to write string. But problem is when i write string sometimes that string duplicate if i have
Name = First_LastName
I got
Name = First_LastNameName = First_LastName
or
Name = First_LastName
Name = First_LastName
I don't understand maybe i need to use other function not INI_WriteString?