MQL4 Reference Array Functions ArrayRange
ArrayRangeThe function returns the number of elements in a selected array dimension.
Parameters array[] [in] Checked array. rank_index [in] Index of dimension. Return Value Number of elements in a selected array dimension. Note Since indexes start at zero, the number of the array dimensions is one greater than the index of the last dimension. Example:
|