Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - writepprostring() writes an entry in a private ini file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WritePProString()      Writes an entry in a private INI file
--------------------------------------------------------------------------------

   Syntax:              WritePProString( <cSection>, <cEntry>, <cString>,
                                             <cFileName> ) --> <lSuccess>
   Parameters:

   <cSection>           Specifies the section containing the entry.

   <cEntry>             The entry whose value is to written.

   <cString>            The text value to set into the INI.

   <cFileName>          The name of the private INI file.

   Returns:

   <lSuccess>           A logical value indicating if the operation
                        was performed successfully.

   Sample:              SAMPLES\\TestIni.prg

   Source code:         SOURCE\\WINAPI\\Profile.c

   See also:            WriteProfString()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson