%IniGet% Show Routine Code Author: Siegfried
Version: 1 - Date: 2007-02-15
Example call:
%IniGet% "%PEroot%\input.inf" "input" "langfile"
Remarks:
Reads from text files with INI structure.
Param. 1 = Path to INI file. May be any textfile with INI structure.
Param. 2 = Section
Param. 3 = Key
Returns the value as %result%
Returns "$notfound$" or "$empty$" if the file/section/key was not found or the value was empty.