Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>iniwrite()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    IniWrite()

         Writes to disk a configuration file .INI

    Syntax:

         IniWrite( aIniFile, cFile, cAppl ) -> Nil

         aIniFile : An array with the information about the .INI file
         cFile    : File to create
         cAppl    : Aplication name

    Description:

         Creates a file with the existing setup information. The name
         of the application will be placed on the first line of the
         file to be recognized if it would be necessary.

    Return:

         Nothing.

    Example:

         IniWrite ( aIniFile, "Fast.Ini", "MARKET" )

See Also: IniSearch() IniSave() IniLoad()

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