Quote Originally Posted by Paul McKenzie View Post
Your while() condition must check for "in" being valid, not just assume it will be valid and only rely on semicolon for termination.

Regards,

Paul McKenzie
Thanks a bunch, I added in a test to make sure the in is valid and that fixed the issue.

You guys have always been so helpful on this site, as someone learning to program I really appreciate it