SetConfig()

SetConfig()

Type: REGULAR FUNCTION

Purpose: Write a value to an .INI file.

After the write there is an entry in the .INI file of the form:

[Section]

Key=Text

Usage: SetConfig(File,Section,Key,Text)

  File STRING

What file to write to. If the file doesn’t have a path, the system looks for it in the same directory that contains the Gamry.ini file (typically C:Documents and SettingsAll UsersApplication DataGamry InstrumentsFramework)

  Section STRING Section name within File.
  Key STRING Key name.
  Text STRING Value to write.
  or NIL Delete the Key from the .INI file.

Config()