Dynamic arrays

 

Hello.

Is it possible to set array size dynamicly for an array like SomeArr[5][][12]?
I mean first and third dimensions are known, but the second must be calculateted and set up.

 
RomanRott:

Hello.

Is it possible to set array size dynamicly for an array like SomeArr[5][][12]?
I mean first and third dimensions are known, but the second must be calculateted and set up.

No, only 1 dimension. Please read the documentation.

 
Alain Verleyen:

No, only 1 dimension. Please read the documentation.


Is it possible in MQL 5?

 
RomanRott:

Is it possible in MQL 5?

No.

You need to use an other solution, there are many.

Reason: