This class will help you if you need to use the Windows *.ini files. It has a standard interface with simple methods.
Using the library:
- Copy the IniFile.mqh file to the MQ5\Include\ folder.
- Declare the CIniFil class instance in the code (don’t forget to add the #include <IniFile.mqh> directive).
- Call its Init method with file name as parameter.
- Call methods for reading/writeing/checking/deleting the data.
- If you need to work with data arrays, declare a CArrayString class instance.
A simple example of use of the library is contained in Test_CIniFile.mq5.
Good luck and all the best!