From: Louis J Scoras Date: 2006-11-17T21:09:00+09:00 Subject: Re: case vs using if question On 11/17/06, Robert Klemme wrote: > > In that case (!) I would definitively use a Hash as Justin suggested. > This is /much/ more efficient and also you gain flexibility in filling > that Hash (i.e. load it from some config file vs. making it part of the > code) if you need that. > > Kind regards > > robert Agreed. You can also extend a table solution at runtime if need be. -- Lou.