in reply to Re: while loop acting up, though I'm not sure how
in thread while loop acting up, though I'm not sure how

Thank you!
  • Comment on Re^2: while loop acting up, though I'm not sure how

Replies are listed 'Best First'.
Re^3: while loop acting up, though I'm not sure how
by SimonPratt (Friar) on Nov 17, 2015 at 23:19 UTC

    You're welcome

    Its good practice to write up what you want to do in psuedo-code and run a few iterations by hand, to get a feel for the logic you are attempting. Once you've got a bit more experience it'll become second nature and you start being able to do simple ones like this in your head ;-)

    Good luck!