Hi Duncan :) > 9472 FOR i=1 TO scrolls
=Beginning of the loop > 9474 Dev_Scroll_down > 9476 IF dv_start<=1 :END FOR i =End of the loop > 9478 END FOR i Here you have one more end of a loop (whitch never was beginning...) so parser has a big problem "dupicate label" !!?! > 9480 END IF Wolfgang and some other guys are right, in line 9476 you have to use NEXT i or EXIT i instead of END FOR i Have much fun further debuging Gerhard _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
