Re: working with two arrays

2012-06-26 Thread Robert Klemme
On Tue, Jun 26, 2012 at 11:28 AM, Robert Klemme wrote: > On Tue, Jun 26, 2012 at 5:25 AM, Avdi Grimm wrote: >> On Mon, Jun 25, 2012 at 9:06 PM, skolo pen wrote: >>> >>> What method could I use to do the following: >>> >>> people = ["person1","person2","person3"] >>> >>> issue = ["issue1","issue2

Re: working with two arrays

2012-06-26 Thread Robert Klemme
On Tue, Jun 26, 2012 at 5:25 AM, Avdi Grimm wrote: > On Mon, Jun 25, 2012 at 9:06 PM, skolo pen wrote: >> >> What method could I use to do the following: >> >> people = ["person1","person2","person3"] >> >> issue = ["issue1","issue2","issue3","issue4","issue5","issue6"] >> >> person1 => issue1 >>

Re: working with two arrays

2012-06-25 Thread Avdi Grimm
On Mon, Jun 25, 2012 at 9:06 PM, skolo pen wrote: > What method could I use to do the following: > > people = ["person1","person2","person3"] > > issue = ["issue1","issue2","issue3","issue4","issue5","issue6"] > > person1 => issue1 > > person2 => issue2 > > person3 => issue3 > > person1 => issue4