[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 INI Commands
--------------------------------------------------------------------------------

 Managing an INI file        INI <oIni> ;
                                [ FILE | FILENAME | DISK <cIniFile> ]

                                GET <uVar> ;
                                   [ SECTION <cSection> ] ;
                                   [ ENTRY   <cEntry>   ] ;
                                   [ DEFAULT <uDefault> ] ;
                                   [ OF | INI <oIni> ]

                                SET ;
                                   [ SECTION <cSection> ] ;
                                   [ ENTRY   <cEntry>   ] ;
                                   [ TO      <uVal>     ] ;
                                   [ OF | INI <oIni>    ]

                             ENDINI


 <oIni>          A reference to the INI Object.

 <cIniFile>      The name of the INI file.

 <uVar>          Is a variable where to place the value loaded from the
                 INI file. That value gets automatically converted to
                 the type of the variable. So it is important to properly
                 initialize the variable before loading its value.

 <cSection>      [SECTION]            -Typicall formats inside .INI-
 <cEntry>        Entry=Value

 <uDefault>      A default value to use when that Entry is not found.

 <uVal>          The new value to set when doing settings.

See Also: TIni
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson