I have a variable that is determined from a list of numbers.  Let me
clarify:
<cfloop list="#FORM.IDS#" Index="ListElement">
     <Cfscript>
        ....
      setupvar    = "form.setup" & ListElement;
        ...
     </cfscript>

Problem HERE.
</cfloop>

I would like to test if the variable name that setupvar resolves to
isdefined since it is a checkbox and might not resolve.  Please let me
know....

Thanks,

Neil


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to