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
If you will have to choose, which format would you prefer to read/write dynamic array including string, TXT, CSV or JSON as recommended by Dominik?
I forgot that you mentioned that you had strings in your array. Sorry!
You can still use packed binary with Strings, but given that you still don't have much experience with it, maybe it will be better for you just to produce a CSV file with FileWriteString().
It will be a simpler solution for you to start with!
EDIT: For me personally, I still prefer to use packed binary, even with strings, but for you it might be too complicated, so just go with CSV for now!
You can still use packed binary with Strings, but given that you still don't have much experience with it, maybe it will be better for you just to produce a CSV file with FileWriteString().
It will be a simpler solution for you to start with!