TIB: For( Loops....


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

TIB: For( Loops....




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


Follow-Ups: References: