From: Sijo Kg Date: 2008-02-20T16:39:45+09:00 Subject: Re: split string Hi This is working..But what I need is like ci_id service_desk_ci_id 3 43 2 65 3 50 Then with in a for loop @obj.ci_id=3 @obj.service_desk_ci_id=43 @obj.ci_id=2 @obj.service_desk_ci_id=65 @obj.ci_id=3 @obj.service_desk_ci_id=50 How can i do this ? Sijo -- Posted via http://www.ruby-forum.com/.