BryceTheCoder Posted December 21, 2011 Share Posted December 21, 2011 Hey i dont want a loop thingy where its increasing the variable UNTIL, i want it just to increase the variable by 1. Quote Link to comment Share on other sites More sharing options...
mormonman Posted December 21, 2011 Share Posted December 21, 2011 like this: repeat inc(i);//or i := i + 1; until i > 10; Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 21, 2011 Author Share Posted December 21, 2011 Thankkkz Ya Quote Link to comment Share on other sites More sharing options...