[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Error in Loop!!

7stud 7stud

10/2/2007 1:55:00 PM

John Nott wrote:
>
> mat1[r,c] << this_record.chomp(",").strip()
>

Is there an << operator defined for that class? Are you sure it
shouldn't be:

mat1[r,c] = this_record.chomp(",").strip(0
--
Posted via http://www.ruby-....