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 - <b>ini commands</b> http://www.X-Hacker.org [<<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>          A variable with the value loaded from the INI file.
                     This 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]            -Typical formats inside .INI-
 <cEntry>        Entry=Value

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

 <uVal>          The new value to set.


See Also: TIni

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