
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I was wondering if you would consider creating a FileAppend() function? Unless I'm doing something incorrectly, the "FILE_WRITE" option (used with the "FileOpen()" function) basically seems to totally delete the contents of the file being written to, meaning that the total file has to be recreated every time it is written to..... I'm sure that having the possibility to simple "tack" something onto the end of a file (e.g. a new quote on the end of a quote file) would be a feature used by a lot of people.
Any comments?