I ran the code attached at the end of the email, it&#39; supposed to out put a string of characters,<br><br>yet I got only this <br><br>#######<br>2.4.3.3.8.5.<br>definition check:<br>3<br><br><br>#######<br><br><br>now, it&#39;s proper output, however, this part got run only once, when it&#39;s supposed to run multiple times to produce more portions like the one above, i don&#39;t know why this part got run only once:
<br><br><br><br><br><br>when that happens<br>
 &nbsp; &nbsp;if box_v == 0:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;zero_count = zero_count + 1<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if zero_count == 2:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;zero_count = 0<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if one_char_box in<br>
loc_window_loc_definition:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print one_char_box<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;box_string = box_string +<br>
str(loc_window_loc_definition
<div style="direction: ltr;">[one_char_box])<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print &quot;definition check:&quot;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print box_string</div><br><br><br><br><br><br><br>######################<br><br>for b in range(1,50,1):
<br><br> &nbsp; &nbsp;## Next point to check<br> &nbsp; &nbsp;x = radar_loc_window_xx + b<br> &nbsp; &nbsp;y = radar_loc_window_yy<br><br> &nbsp; &nbsp;## omit 0 when there are 2 zeros, and check def<br>when that happens<br> &nbsp; &nbsp;if box_v == 0:<br> &nbsp; &nbsp; &nbsp; &nbsp;zero_count = zero_count + 1
<br> &nbsp; &nbsp; &nbsp; &nbsp;if zero_count == 2:<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;zero_count = 0<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if one_char_box in<br>loc_window_loc_definition:<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print one_char_box<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;box_string = box_string +<br>str(loc_window_loc_definition
<div style="direction: ltr;">[one_char_box])<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print &quot;definition check:&quot;<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print box_string<br><br> &nbsp; &nbsp;else:<br> &nbsp; &nbsp; &nbsp; &nbsp;one_char_box = one_char_box + str(box_v) + &quot;.&quot;<br>
 &nbsp; &nbsp;box_v = 0<br> &nbsp; &nbsp;for a in range(0,10,1):<br> &nbsp; &nbsp; &nbsp; &nbsp;r, g, b = pixels[1030*(y-a) + x]<br> &nbsp; &nbsp; &nbsp; &nbsp;if g &gt; r and g &gt; b:<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;box_v = box_v + 1</div><br>