http://qs321.pair.com?node_id=191478


in reply to do until loops

Is it possible to stop the loop if the "until" condition is never met? I am coding some user system and I use a do { for { }} until { } loop until the user name input matches one from the database. Thanks for any help.