Config()

Type: REGULAR FUNCTION

Purpose: Looks up an .INI file value.

Usage: Result = Config(File,Section,Key)

  File STRING What file to look in. 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 Settings\All Users\Application Data\Gamry Instruments\Framework\)
  Section STRING Section name.
  Key STRING

Key name.

  Result STRING If value is found it is returned as a string
  or NIL If value is not found, a NIL is returned.

SetConfig()