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>iniload()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    IniLoad()

         Loads a configuration file .INI

    Syntax:

         IniLoad( cFile, cAppl ) -> aIniFile

         cFile : File to load
         cAppl : Aplication name

    Description:

         Reads the file and load the setup information.
         It's the first operation to be realized with .ini functions.

    Return:

         Returns an array with the information about the .INI file.

    Example:

         aIniFile := IniLoad( "Fast.Ini", "MARKET" )

See Also: IniSearch() IniWrite() IniSave()

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