Thread: Arrays in MQL4
View Single Post
  #2 (permalink)  
Old 04-07-2007, 12:14 AM
ralph.ronnquist's Avatar
ralph.ronnquist ralph.ronnquist is offline
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
slightly wrong: the declaration number is the size. So the first array is of 51 elements, and the second is an indefinite number as a multiple of 6; "dynamic" as you say.

You access elements by a zero based index, which would be 0-50 for the first array, and 0-5 for the second dimension of the second array.
Reply With Quote