my first impression would be "doubt it". Secondly, are you sure you can't handle something like this with a library type call (type="array" or "uuid") which would allow an expanding number of items in the list?
On Tue, Nov 11, 2008 at 4:07 PM, Marco van den Oever < [EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
