Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Jeff Fongemie
Hello cf-talk, On Sun, 10 Mar 2002, at 16:50:46 you carefully wrote: JD> It sounds like you are looking for the listLen() function. JD> Wow, this group is so cool. Sunday evening here, working at home, and I feel like I have a room full of CF people I can just lean over to and ask a questio

RE: is there a way to get a count of elements in a list??

2002-03-10 Thread Pete Freitag
+ Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 7:38 PM To: CF-Talk Subject: is there a way

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Nathan Chen
Do you need to count the how many items in a list? If so, use function ListLen. Nathan Chen - Original Message - From: "Jeff Fongemie" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 5:37 PM Subject: is there a way to get a count of elements in a list

RE: is there a way to get a count of elements in a list??

2002-03-10 Thread Joseph DeVore
It sounds like you are looking for the listLen() function. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 4:38 PM To: CF-Talk Subject: is there a way to get a count of elements in a list?? Hell

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Critz
oi Jeff!! listlen(list) -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - - Sunday, March 10, 2002, 7:37:34 PM, you wrote: JF> Hello everyone, JF> I have a list that is populated by a form sumbit and it looks like JF> thi