Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfmodini()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfModIni()
Function to modify the ini files
------------------------------------------------------------------------------
Syntax:

     dfModIni( <cIniName>, <aChanges> ) --> lChanged

Parameters:

     <cIniName> Name of the ini to change
     <aChanges> Array of the changes to make, make in this way
     {  {"Label", "New Value"} ,;
     {"Label", "New Value"} ,;
     {"Label", "New Value"}  }

Returns:

     <lChanged> If .T. the ini has changed

Description:

     Function to modify the ini files

Example:

     // Disable the pack before the reindex
     dfModIni( "dbstart.ini", { {"FilePack","NO"} } )

See also:

     dfInitName()

See Also: dfInitName()

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