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. 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to