Hi,

Just trying to loop over a form and can only seem to get the fieldnames and 
not the values.  How do I do this?

So far I have:

<cfloop collection="#form#" item="i">
<cfoutput>#StructFind(form, i)#<br></cfoutput>
</cfloop>

Any ideas?

Thanks

Dave


============================================
Phipps CF Development
Oxford, Oxfordshire.
Telephone: +44(0)7718 896696
http://www.phipps-cf.co.uk
============================================


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]


Reply via email to