Thanks, that looks great.
I'm not too keen on writing to the registry.
Robert
EDIT: Are you sure about this statement?
-----------------------------------------------------
Here's an example of reading in the language value under the Section named SAP in the Pack.ini file.
Code:
PstrLang = FetchProfileString(App.Path & "/PACK.INI", "SAP", "LANGUAGE", "EN")
-----------------------------------------------------
Why read the INI file to find sValue if you are providing it in the statement? This would look more like a Write statement no?
Bookmarks