Re: [Tutor] Dictionaries [Was: Re: string object into reference]

2006-01-17 Thread Victor Bouffier
Hi Danny, On Tue, 2006-01-17 at 16:03 -0800, Danny Yoo wrote: > > > My problem is I want to make a string object into a reference to > > > another object. To be more specific, I'm reading through a text file > > > of amino acids. The first item on each line is the amino acid name, > > > and a la

[Tutor] Dictionaries [Was: Re: string object into reference]

2006-01-17 Thread Danny Yoo
> > My problem is I want to make a string object into a reference to > > another object. To be more specific, I'm reading through a text file > > of amino acids. The first item on each line is the amino acid name, > > and a later item is its exposed surface area. Hi Victor, It sounds like we'd