From: -j b- Date: 2008-05-06T22:44:51+09:00 Subject: Re: trying to create an array with AA-ZZ for dutch postal co unknown wrote: > the array postcodes should be filled with strings starting looking > like > > ["AA",AB",AC"..."BA","BB","BC" to "ZZ"] 26*26 entries. > ... > > what am i doing wrong, is there an easier (rubier) way? ("AA".."ZZ").to_a -- Posted via http://www.ruby-forum.com/.