Write/Read an integer array to file

 

I would like to write an integer array of the lenght of the order of 500 000 to a file in MT4. My only ambition with the file is to be able to read the array in from the file sometimes in the future. Would somebody know what type of file to use and how to program it - both writing and reading-in? Thanks in advance for your advice.

Sam

 
SAMUEL007:

I would like to write an integer array of the lenght of the order of 500 000 to a file in MT4. My only ambition with the file is to be able to read the array in from the file sometimes in the future. Would somebody know what type of file to use and how to program it - both writing and reading-in? Thanks in advance for your advice.

Sam

Hi SAMUEL007

FileWriteArray() and FileReadArray(). Click those.

:D

 
onewithzachy:

Hi SAMUEL007

FileWriteArray() and FileReadArray(). Click those.

:D


Thanks a lot. It is clear. Samuel007
Reason: