From: Sy Ali Date: 2006-09-11T05:00:08+09:00 Subject: Re: patching strings together to make a variable On 9/10/06, Axis Sivitz wrote: > Uh...if you have so many similarly named variables, it sounds like you > should be using an array or a map. > > The map could be set up with the keys (a certain string) indexing to > the values of your old variables. Oh, good point. =)