the syntax below doesn't seem to be working for me in MX

if its a bug, what the next easiest way to loop through form fields
dynamically?

<cfset idList ="">
<cfloop list="#form.fieldnames#" index="i">
        <cfif findnocase('chkmsg', i)>
                <cfset idList = listappend(idList, mid(i, 1, 6))>
        </cfif>
</cfloop>

thanks
mark

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.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