> I guess it's simply the case that some CF functions are supported
> on Java arrays (arrayToList for example) while others are not
> (arrayAppend as an example).
Exactly. The ones that will fail are probably all ones that modify arrays. As
mentioned in Ben's entry, the java arrays are immutable. So any attempt to
change them causes an exception. Great entry though (not at all surprising ;)
Anyway, it is always good to be aware of the nuances.
Cheers
Leigh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm