> There are some array functions you can use on Arguments > in MX but not all -- as a matter of fact, there are array > functions which could be used on the Arguments array in > CF 5 that now can't be used on them in MX (imho this is a > bug), for instance, you can't use arrayprepend, arrayappend > or arrayinsertat on an array in CFMX (which I had been > using for several wrapper functions until I realized they > didn't work in MX). But ArrayLen() still works.
I'm not sure I understand. I've successfully used ArrayAppend on arrays in CFMX - this is part of the Advanced CF Development course curriculum, so I'm pretty sure that it works. I haven't tried to use these functions on the Arguments array, but I wouldn't expect them to work there - it seems that the Arguments scope should logically be read-only to me. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

