> The thing that surprised ME when I ran across it in BASIC is that > FOR-NEXT loops always go through the loop at least once, even in cases > like: > 10 A=0 > 20 FOR B=1 TO A > 30 REM DO SOMETHING > 40 NEXT B > > Willard > Ye