Sending reports to a .txt file in my database.
#8

if(!fexist("Reports.txt)) return 0;
new File:File = fopen("Reports.txt",io_append);
fwrite(File,"SomeText");
fclose(File);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)