INI File - MetaTrader 5 Library | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

Library providing a simple storage mechanism for expert advisors and indicators.
//--- If the key is not found, the return value is NULL. Boolean GetIniKey( string filename, string part, string key, T and return value) //--- Add a new key or update an existing key. boolean SetIniKey( string filename, string part, string key, t value ) integer GetIniSectionNames( string filename, string part, string key, name[]) integer GetIniKeyNames( string filename, string part, string & name[]) boolean IniSectionExists( string filename, string part, string key) ; boolean deleteIniSection ( string filename, string section); boolean deleteIniKey( string filename, string section , string key);

'D:\my_orders.ini'
Attachment download
📎 inifile.mqh (16.66 KB)
📎 inifile_test.mq5 (9.49 KB)
Source: MQL5 #20842
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •