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. 


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to