>What do you see with: > <cfloop list="#whatever#" index="x" delimiters="'"> > #x# > </cfloop> > >thought >>you looked a bit off." > > >Here's a sample of the list getting passed from the form > >ACIS---Midwest'CAMPS---Midwest'CAMPS12345678901234X---Midwest12345678901 >2Y'SORD---Southwest'SORD---West'SUPPORT---ChangeMan'SUPPORT---MVS >Support'WBS---Midwest > >but this is the only value i'm getting after the loop >WBS---Midwest. (this would be the listElement value in my original code)
when I do create a test loop with just a list that I create it works fine, but when I use the form data, all I get is the last value in the list. Even with the delimeter. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309250 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

