[<<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 : Application name

    Description:

         Reads the file and loads the setup information.
         It's the first operation to be used with all .ini functions.

    Return:

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

    Example:

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

See Also: IniSearch() IniWrite() IniSave()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson