lawrence910426
lawrence910426
Friends 1
lawrence910426
Added topic Array out of bound exception thrown when accessing multidimensional (2d) array inside OnCalculate
Source Code: https://pastebin.com/Tv7BELjw I have met array out of bound exception while accessing 2d-array inside OnCalculate. But once I changed line 39 to S [0 ] [0 ] . Data [ k ] = i * 2 + j ; , that is, access only the (0,0) element, the
lawrence910426
Registered at MQL5.community