Library of functions for working with INI-files. – library MetaTrader 4
Library of functions for working with INI-files. Includes five functions for reading values from an INI-file: – ReadIniArrayInt(); – ReadIniBool(); – ReadIniDouble(); – ReadIniInteger(); – ReadIniString(); and five functions for writing the values to an INI-file: – WriteIniArrayInt(); – WriteIniBool(); – WriteIniDouble(); – WriteIniInteger(); – … Read more