?? help pls, MQL how to read cvs, or txt file, read line by line into array

 

for instance, I have a text file, 


aaa

bbb

ccc

ddd


MQL how to read it line by line, and input each of them into array[]


thanks

 
https://www.mql5.com/en/docs/files/fileislineending
Documentation on MQL5: File Functions / FileIsLineEnding
Documentation on MQL5: File Functions / FileIsLineEnding
  • www.mql5.com
//|                                        Demo_FileIsLineEnding.mq5 | //|                        Copyright 2013, MetaQuotes Software Corp. | //|                                              https://www.mql5.com | //| Custom indicator initialization function                         |...