RE: Simple CFSET and loop question.

2000-05-08 Thread Dave Watts
> I took your advice and used option #2 and it works like a > charm. With quick support like that, I may have to convince > my boss to send me to DC for Figleaf CF training! We look forward to seeing you! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (2

RE: Simple CFSET and loop question.

2000-05-08 Thread Brook Davies
setvariable("person#i#","#form.person#") At 07:30 PM 08/05/00 +0100, you wrote: > > I'm trying to set 52 variables to the same value. I'm not > > familiar with how > > loops work, but here's what I've tried and hasn't worked: > > > > > > > > > > > > > >try > >Philip Arnold >ASP Multimed

Re: Simple CFSET and loop question.

2000-05-08 Thread Erika Foster
Thank you! I took your advice and used option #2 and it works like a charm. With quick support like that, I may have to convince my boss to send me to DC for Figleaf CF training! Thanks, Erika : Your CFSET won't work, as written. What you're trying to do is to create : variables dynamically.

RE: Simple CFSET and loop question.

2000-05-08 Thread Robert Everland
: [EMAIL PROTECTED] Subject: Simple CFSET and loop question. I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't worked: Result: Just in time compilation error Invalid parser construct fo

Re: Simple CFSET and loop question.

2000-05-08 Thread Seth Petry-Johnson
> I'm trying to set 52 variables to the same value. I'm not familiar with how > loops work, but here's what I've tried and hasn't worked: > > > > > > Your loop is correct, its your CFSET that is malformed. When you are creating a variable with a dynamic name you need to do it like so:

RE: Simple CFSET and loop question.

2000-05-08 Thread Dave Watts
> I'm trying to set 52 variables to the same value. I'm not > familiar with how loops work, but here's what I've tried > and hasn't worked: > > > > > > > > Result: > > Just in time compilation error Your CFSET won't work, as written. What you're trying to do is to create variables dynami

RE: Simple CFSET and loop question.

2000-05-08 Thread Philip Arnold - ASP
> I'm trying to set 52 variables to the same value. I'm not > familiar with how > loops work, but here's what I've tried and hasn't worked: > > > > > > try Philip Arnold ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Simple CFSET and loop question.

2000-05-08 Thread Reuben Poon
- From: Erika Foster [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 12:05 PM To: [EMAIL PROTECTED] Subject: Simple CFSET and loop question. I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't

Simple CFSET and loop question.

2000-05-08 Thread Erika Foster
I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't worked: Result: Just in time compilation error Invalid parser construct found on line 5 at position 15. ColdFusion was looking at the following text: # Invali