Dynamic structure key names

2002-04-11 Thread Kay Smoljak
Hi all, I'm stuck on the syntax for this. I have a structure. What I'm trying to do is loop over a query, and create a new structure (dynamically named with the primary key of the record as a structure key) with three values from that record. I think I must be doing something wrong syntax-wise, a

RE: Dynamic structure key names

2002-04-11 Thread Pascal Peters
Pascal -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: donderdag 11 april 2002 11:11 To: CF-Talk Subject: Dynamic structure key names Hi all, I'm stuck on the syntax for this. I have a structure. What I'm tryin

Re: Dynamic structure key names

2002-04-11 Thread Dave Carabetta
> Hi all, > > I'm stuck on the syntax for this. I have a structure. What I'm trying to > do is loop over a query, and create a new structure (dynamically named > with the primary key of the record as a structure key) with three values > from that record. I think I must be doing something wrong syn

Re: Dynamic structure key names

2002-04-11 Thread Kay Smoljak
> > Pascal > -Original Message- > From: Kay Smoljak [mailto:[EMAIL PROTECTED]] > Sent: donderdag 11 april 2002 11:11 > To: CF-Talk > Subject: Dynamic structure key names > > > Hi all, > > I'm stuck on the syntax for this. I have a structure. What I

RE: Dynamic structure key names

2002-04-11 Thread David Schmidt
> I have tried these (within a query loop): > > > > __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk

RE: Dynamic structure key names

2002-04-11 Thread Raymond Camden
> > > > No need for quotes or for # signs. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yo

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
ymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 9:59 AM Subject: RE: Dynamic structure key names > > > > > > > > > > No need for quotes or for # signs. > > > > ==

RE: Dynamic structure key names

2002-04-11 Thread Raymond Camden
pliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Justin Scott [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 10:26 AM > To: CF-Talk

RE: Dynamic structure key names

2002-04-11 Thread Pascal Peters
o: CF-Talk Subject: Re: Dynamic structure key names Actually, you do need them when setting a dynamic variable in this way. You could use the setVariable() function to avoid using the quotes and pounds, however. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.s

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 10:35 AM Subject: RE: Dynamic structure key names > Eh? The user wants to set a dynamic key to a NAMED struct, payment.due. > This isn't a dynamic variable. It's a

Re: Dynamic structure key names

2002-04-11 Thread Justin Scott
l Message - From: "Pascal Peters" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 10:36 AM Subject: RE: Dynamic structure key names > You're a brave man, going against Ray on his favorite toppic. If you have a closer look,

RE: Dynamic structure key names

2002-04-11 Thread Raymond Camden
cromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Justin Scott [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 10:39 AM > To: CF-Talk > Subject: Re: Dynamic

Re: Dynamic structure key names

2002-04-11 Thread Sharon Diorio
- From: "Kay Smoljak" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 5:11 AM Subject: Dynamic structure key names > Hi all, > > I'm stuck on the syntax for this. I have a structure. What I'm trying