file blank
#7

the problem is Y_Ini

Not work:
new INIf = INI_Open("ciao.txt");

INI_WriteInt(xf, "ciao", 50);

INI_Close(xf);


Work:
new File:f = fopen("test.txt", io_append);
fwrite(f, "Ciao come va?");
fclose(f);


before I prepare to change file system, there is a solution already widespread?
Reply


Messages In This Thread
file blank - by ReVo_ - 21.12.2012, 19:58
Re: file blank - by LarzI - 21.12.2012, 20:08
Re: file blank - by RedCrossER - 21.12.2012, 20:34
Re: file blank - by ReVo_ - 22.12.2012, 16:41
Re: file blank - by LarzI - 22.12.2012, 17:39
Re: file blank - by ReVo_ - 22.12.2012, 17:51
Re: file blank - by ReVo_ - 24.12.2012, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)