compare between 2 time array ; how to define? - page 2

 
TIMisthebest:

in coding for

between 2 array time ;

there is error .

how to define 

mql ?

stringto ?

timetostring ?

what must do for it.

 
TIMisthebest:

in coding for

between 2 array time ;

there is error .

how to define 

What error ? can you explain.
 

You have an infinite loop here:

for ( int w==0; time1[w]<=time2[0]; w++ )
or probably an out of bounds error.
 
angevoyageur:
What error ? can you explain.

thank you for help;

problem solved with your hint.

thank again.

Reason: