array.Push() undocumented?

 

Hi all.

I could not find documentation about the Push() built-in method available on arrays. I have tested it and the behaviour seems pretty straightforward, it appends an element to the array with automatic resizing, but I have searched for info both in MQL5 reference from the app (v5.00 build 5100) and online.

Am I searching wrong or this documentation is missing?

 
Which library is it in ?
 
Lorentzos Roussos #:
Which library is it in ?
As I said I could not find it in the documentation so I don't know
 
Massimiliano Cianci #:
As I said I could not find it in the documentation so I don't know

the library is in the code you tested it in

 I have tested it
 
Lorentzos Roussos #:

the library is in the code you tested it in

The namespace is the one of arrays so perhaps it's in the standard library provided arrays are over there. But as I said I don't know actually
 
Massimiliano Cianci #:
The namespace is the one of arrays so perhaps it's in the standard library provided arrays are there. But as I said I don't know actually

and you want to know if it adds it at the start of the array or the end or how it works ?

 
Lorentzos Roussos #:

and you want to know if it adds it at the start of the array or the end or how it works ?

As per thread's title "array.Push() undocumented?" I want to know whether the method is undocumented