RE: Array Help - SOLVED

2002-09-25 Thread S . Isaac Dealey
> Yea, it was a stupid mistake. Not enough caffeine today. > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 4:10 PM > To: CF-Talk > Subject: RE: Array Help - SOLVED > I lost this thread half way through, but why

RE: Array Help - SOLVED

2002-09-25 Thread Tony Carcieri
Yea, it was a stupid mistake. Not enough caffeine today. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 4:10 PM To: CF-Talk Subject: RE: Array Help - SOLVED I lost this thread half way through, but why do you need hot as a list and

RE: Array Help - SOLVED

2002-09-25 Thread Adrian Lynch
I lost this thread half way through, but why do you need hot as a list and an array? Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 20:53 To: CF-Talk Subject: RE: Array Help - SOLVED You'll probably get better performance ( if

RE: Array Help - SOLVED

2002-09-25 Thread S . Isaac Dealey
You'll probably get better performance ( if only slightly ) from putting your outside your loop ... just because the cfml parser then only has to initiate and drop the cfoutput once instead of once for each iteration of your loop. Just 2c... > I figured it out. Just FYI: > > > > #Counter#

RE: Array Help - SOLVED

2002-09-25 Thread Bryan Love
:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:01 PM To: CF-Talk Subject: RE: Array Help - SOLVED I figured it out. Just FYI: #Counter#: #ListGetAt(y, Counter)# -Original Message- From: Tony Carcieri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:28 PM T

RE: Array Help - SOLVED

2002-09-25 Thread Tony Carcieri
I figured it out. Just FYI: #Counter#: #ListGetAt(y, Counter)# -Original Message- From: Tony Carcieri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:28 PM To: CF-Talk Subject: Array Help Hi everyone, I am developing a sales thing for our reps and I got yanked o