Exactly. :) If you want a very clear demonstration, run this program: FOR I=0 TO 7 PRINT I NEXT That'll show you how I changes as it loops and where it ends.