Re: How to fill and use Hashes

2002-05-01 Thread Felix Geerinckx
on Wed, 01 May 2002 08:44:28 GMT, Tanton Gibbs wrote: > I really don't think you want to use hashes here. A hash is a > one-way association. In other words, I have a person's name and I > want to look up his address or I have a phone number and I want to > look up who lives there. What you are

Re: How to fill and use Hashes

2002-05-01 Thread Tanton Gibbs
I really don't think you want to use hashes here. A hash is a one-way association. In other words, I have a person's name and I want to look up his address or I have a phone number and I want to look up who lives there. What you are asking for is a way to store two objects together. One really