use FileWriteArray() to write an Aarray of custom struct - ERROR structures or classes containing objects are not allowed
biglibigli7476:
but struct has only general variables, where I'm doing it wrong ?
string is an object.
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, I have this fuction to write an array to the file :
Pending_order_list is an array of this struct :
on complie I got this error : structures or classes containing objects are not allowed
but struct has only general variables, where I'm doing it wrong ?