i take that back, that shouldn't matter. -----Original Message----- From: Jeff Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:27 PM To: CF-Talk Subject: RE: Form.FIELDNAME - error!!!!
make sure you're in a <cfoutput>... v/r, Jeff -----Original Message----- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:16 PM To: CF-Talk Subject: Form.FIELDNAME - error!!!! Hi, Can any one tell me what is the mistake in <CFLOOP FROM="1" TO="#ListLen(FORM.FIELDNAMES)#" STEP="1" INDEX="i"> <CFSET var = #ListGetAt(Form.FIELDNAMES, i)#> #ListGetAt(Form.FIELDNAMES, i)# = #Evaluate(var)# <BR> </CFLOOP> I am getting the following error: An error occurred while evaluating the expression: "#ListLen(FORM.FIELDNAMES)#" Any help on this is appreciated. thanks, Sudheer Chakka. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

