There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
The FOR Loop doesn't execute on the first iteration of the WHILE loop. On subsequent WHILE loop iterations, the iteration count of the FOR loop never catches up with the iteration count of the WHILE Loop, they are never equal and the WHILE loop conditional terminal never recieves a TRUE..