From: Jeff Miller Date: 2008-04-02T10:19:15+09:00 Subject: Exception Loops Hello, I have an exception statement that needs to loop if it fails... something like this: begin contacts_folder = session.GetDefaultFolder(5) rescue Exception (GO BACK AND TRY AGAIN) else blah blah blah end any suggestions? Thanks!! - Jeff -- Posted via http://www.ruby-forum.com/.