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

         Saves an item in a configuration file .INI

    Syntax:

         IniSave( cItem, cValue ) -> Nil

         cItem  : Item to modify
         cValue : New value

    Description:

         Saves the value of an item on the setup but doesn't dump
         to disk until it will be produce a call to IniWrite().

    Return:

         Nothing.

    Example:

         cValue := IniSave( "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