First of all, thank you for using WHILE/WEND instead of a label loop. G=7 WHILE G >= 0 LOAD "GRP0:"+STR$(G),0 IF BUTTON(2) AND #A THEN DEC G WEND