FAIL (the browser should render some flash content, not this).
  Saturday 31st of July 2010 08:06:24 AM















Web www.xpworx.com

 

 


Append To File

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!

Download