[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    IniSave()

         Saves an item in a configuration file .INI

    Syntax:

         IniSave( aIniFile, cItem, cValue ) -> Nil

         aIniFile : An array with the information in the .INI file
         cItem    : Item to modify
         cValue   : New value

    Description:

         Saves the value of an item in the setup but doesn't dump
         to disk until you make a call to IniWrite().

    Return:

         Nothing.

    Example:

         IniSave( aIniFile, "CPUTYPE", "386 DX2 25 Mhz" )

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