Opening a file, writing in it, then closing the file.
#4

I won't use this, but i can help you with SII...
pawn Код:
INI_Open(filename); // Open / Create a file
INI_WriteString("Tag", "string"); // Write string with tag into 'filename' files
INI_WriteInt("Tag", value); // write a integer with tag into 'filename' files
INI_WriteFloat("Tag", float value); //write a float value with tag into 'filename' files
INI_ReadString(var, "Tag", size); //copy 'Tag' str value to 'var' for read...
INI_ReadInt("Tag"); //read integer per 'tag'
INI_ReadFloat("Tag"); //read float value per 'tag'
INI_Exist(filename); //verify if filename file exists
INI_Save(); //Save filename
INI_Close(); //close filename
Reply


Messages In This Thread
Opening a file, writing in it, then closing the file. - by HazardGaming - 20.04.2012, 15:33
Re: Opening a file, writing in it, then closing the file. - by Shetch - 20.04.2012, 15:34
Re: Opening a file, writing in it, then closing the file. - by HazardGaming - 20.04.2012, 15:43
Re: Opening a file, writing in it, then closing the file. - by WLSF - 20.04.2012, 15:47
Re: Opening a file, writing in it, then closing the file. - by HazardGaming - 20.04.2012, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)