I do not think the CSV implementation can overwrite in a safe way. Either use binary file write or limit the expectations to appending to the end of the CSV.
Ok. But how do I do it in binary file?
endy5:
Ok. But how do I do it in binary file?
Ok. But how do I do it in binary file?
With binary file, you can navigate using FileSeek to the point you want the replacing starts, and replace by FileWriteString
Snaž se trochu, nemůžu psát všechno.

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
Hi guys,
how re-write data in csv (or bin) files?
My code:
And I want re-write example: 125125125 to 5555555 or add text "_CLOSED", change ORDER_ID to ORDER_ID_CLOSED?