int ArrayResize( object&array[], int new_size) can Sets a new size for
the first dimension. but if the array[4][][3] i want to
change the size of second dimesion of it. how to do that ? thank you.
- Clearing an array of defined element(s)
- Can I please get some help on an array problem?
- Array resize question
I think the short answer is, "you don't"
flourishing:
int ArrayResize( object&array[], int new_size) can Sets a new size for the first dimension. but if the array[4][][3] i want to change the size of second dimesion of it. how to do that ? thank you.
A solution would be to switch the unspecified dimension with one of the known dimensions. in your case defining the array as array[][4][3] would solve the problem.
int ArrayResize( object&array[], int new_size) can Sets a new size for the first dimension. but if the array[4][][3] i want to change the size of second dimesion of it. how to do that ? thank you.
This code sample presents MQL4 advantages in dynamic arrays operations.
Synthetic two-dimensional dynamic arrays are used for matrix multiplication.

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