As I said on the Adobe forums, do not use commas as your list delimiters.

|tempvalue = 
listtoarray('#attributes.id#|#attributes.name#|#attributes.price#|#attributes.q 
uantity#|#attributes.category#','|');|

Or otherwise be more explicit about your array creation.

Or you could try implicit array declaration, this is a new CF8 feature.

|tempvalue = 
[#attributes.id#,#attributes.name#,#attributes.price#,#attributes.q 
uantity#,#attributes.category#];

|


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322982
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to