Re: TIB: For( Loops....


[Prev][Next][Index][Thread]

Re: TIB: For( Loops....




Christopher Robin MacDougald wrote:
> 
> Jody,
>         The reason that there are for loops is so that something executes so
> many times and then exits if you need to exit with in a for loop you
> shouldn't be using a for loop! That's what I've always used as rule when
> deciding what loop to use!
> 
> Happy Programming,
> Christopher MacDougald

Agree with you there. If you are going to have to get out, I like to 
use While or Repeat.

Jody Snider
jody1@alaska.net


References: