loops

hi friends....

please help me!!!!

for (int i=0; i < total; ++i) {   // do something here @blogid=params[:blog][:s.id] # multiple row }

Convert Ruby loops

hi friends....

please help me!!!!

for (int i=0; i < total; ++i) { // do something here @blogid=params[:blog][:s.id] # multiple row }

Convert Ruby loops

Get yourself a ruby book, there several free ones (http://www.humblelittlerubybook.com/ , 1st edition of Programming Ruby (only covers 1.6 but the basics are
still the same)

Fred

Smarty 2k wrote:

hi friends....

please help me!!!!

for (int i=0; i < total; ++i) {   // do something here @blogid=params[:blog][:s.id] # multiple row }

Convert Ruby loops    I'm not sure what you are trying to do, but a primer in Ruby loops will help, from the look of it: http://www.rubyist.net/~slagell/ruby/control.html Looping with for and the Ruby Looping Methods - Techotopia

Cheers, Mohit. 11/24/2008 | 7:14 PM.