Forum

help with logic

Hello blz, I'm breaking my mind to get information from the object, but I don't want it to get the previous ones, but the ones that form in the current time , could you guide me? for ( int i = ObjectsTotal ( 0 , 0 , OBJ_TEXT )- 1 ;i>= 0 ;i--){ string name = ObjectName ( 0 ,i, 0 , OBJ_TEXT ); if (

invalid pointer access

i am studying this code and i am getting this error what could it be

what does this error mean?

I'm getting this error, but I can't understand, can anyone guide me? //+------------------------------------------------------------------+ //| ZipHeader.mqh | //| Copyright 2015, Vasiliy Sokolov. | //|