Re: Array Read / Output Help

2008-01-08 Thread Barney Boisvert
You've got the wrong data structure. If you want to look up a value and get it's key, you need a data structure that matches that use case: a CF struct. cheers, barneyb On Jan 8, 2008 11:41 AM, Robert Harrison <[EMAIL PROTECTED]> wrote: > I'm creating an array. It's a list of record numbe

RE: Array Read / Output Help

2008-01-08 Thread Rich
> I'm creating an array. It's a list of record numbers to be looked up > later. Is the order of the items important? Rich Kroll ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Array Read / Output Help

2008-01-08 Thread Charlie Griefer
On Jan 8, 2008 11:41 AM, Robert Harrison <[EMAIL PROTECTED]> wrote: > I'm creating an array. It's a list of record numbers to be looked up later. > This is the code. > > > > > > > > > couldn't you just do a query of queries on cur_disclaimers? what are you gaining by creatin

RE: Array Read / Output Help

2008-01-08 Thread Robert Harrison
> couldn't you just do a query of queries on cur_disclaimers? what are > you gaining by creating an array out of a query variable (just > curious) ? There are about 60 fields in each record that may have disclaimers. The same disclaimer could be used on many fields and in many records. What I'm t

RE: Array Read / Output Help

2008-01-09 Thread Dave
1. 2. Query Statement > -Original Message- > From: Robert Harrison [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 08, 2008 2:41 PM > To: CF-Talk > Subject: Array Read / Output Help > > I'm cre