03.08.2012, 13:25
Quote:
INI_WriteInt(File,"Password",inputtext); |
INI_WriteInt stands for INI_WriteInteger. I am not sure what the function is called, but my
guess is that it could be INI_Write(File, "Password", inputtext); You can check that from
your include.
EDIT: Someone is always faster :P The reply above is correct.