Writing to an INI file?

 

Hi


Other than writing to a text file format, does MQL4 support INI file writing format. If not, does anyone knows how to do it, may be calling dll file function from the EA, how to import a dll? any known good dll file can support INI file read /write functions.


Many thanks

Tom

 
dll file can import with #import statement -> #import "user32.dll"
 

MT4 can write text or binary files.

Reason: