From: Love U Ruby Date: 2013-02-07T23:21:36+09:00 Subject: Re: how to skip lines whenever there is an error? Robert Klemme wrote in post #1095743: > On Thu, Feb 7, 2013 at 2:50 PM, Love U Ruby > wrote: >> >> whenever there is an error. >> >> rows = rows + 1 >> count_dropdown = count_dropdown - 1 >> >> Please guide me how to do that? > > The typical way to handle that is begin rescue end: > > begin I think you missed my point. Thanks -- Posted via http://www.ruby-forum.com/.