OT: Or slightly anyway. How do you alter an array in Java? I'm completely unfamiliar with Java so maybe that's a dumb question. And I know I could Google it but I'll probably spend two hours reading and not get as concise an answer as I'd get here in a few sentences.
On Thu, Sep 23, 2010 at 8:22 PM, Leigh <[email protected]> wrote: > > > 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:337435 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

