%IniGetSection2Vars% Show Routine Code Author: Siegfried
Version: 1 - Date: 2007-02-15
Example calls:
%IniGetSection2Vars% "%Plugin%\\AUTOHELP\Settings.ini" "Qemu"
%IniGetSection2Vars% "%Plugin%\\AUTOHELP\Settings.ini"
Remarks:
Reads a whole section of an INI file.
Returns variables named like the data under the specified section and set to the values read there.
Param. 1 = Path to INI file. May be any textfile with INI structure.
Param. 2 = Section
If param 2 is empty, the entire INI will be read. NOTE, that if the same value name exists in more than one section, only the last value will win.
Returns "" for any value that is empty.