Append to file script:
A lot of my friends asking how to append a string to the
end of exiting file and the most of them complain about
the MetaTrader and MQL4 documentations about this issue!
I've create a function
FileAppend and this script is a sample usage
of the function FileAppend
FileAppend Function:
The FileAppend function
takes 2 parameters:
name: The file name you
want to append to! if the file is not exist the function
will create it!
txt: The string you want
to append to the end of the file!
Enjoy yourself! and tell me your comment!
Append To
File
|