MQL4 Reference Array Functions ArrayDimension
ArrayDimensionReturns the multidimensional array rank.
Parameters array[] [in] Array for which the rank will be returned. Returned value Rank (dimension) of multidimensional array or -1 if error. Example:
|