Is it possible, and what is the proper way to use a cflooping in a custom content type:
<cfloop index="i" from="1" to="5"> <cfproperty ftSeq="#i#" ftFieldset="Option" name="answer#i#" type="longchar" ftLabel="Poll answer #i#" hint="Poll answer #i#." ftType="string" ftValidation="required" /> </cfloop> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
