ArrayResize
The function sets a new size for the first dimension
Note:
The function can be applied only to dynamic arrays.
faustf: i have a bi dimentional array Array[column][row] the row is not a constant ,
Row must be constant.
The only way is to create a one dimensional array of a class with a dynamic array member.

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 , i have a Array bidimentional , i not have clear some particular of Arrayresize .
My Scenario:
i have a bi dimentional array Array[column][row] the row is not a constant , but i find it value with a function
int HowLine=CountLineInTxt(filename3);
but why if i
write in this mode
not recive error
and if i write in this mode i recive error exist a mode for resize a row ?
thankz