Oh and Leigh is correct, you can't manipulate the resulting Array from
calling the .split() method on a string.. ie, neither of these work:

<cfset ArrayAppend(myArray,"Y")>
<cfset myArray.push(' ')>

The latter doesn't work because apparently, java arrays have no push method :)

Apparently, that's the perl programmer in me.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:337444
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to