>ArrayDeleteAt returns true\false based on the success of the operation. Both
>your samples create the impression you want to display that value. Try this,
>
><cfif (ArrayLen(session.order_array) gt 6)>
>    <cfset ArrayDeleteAt(session.order_array,7)>
></cfif>

That worked, thanks!  I did not want to output the return but couldn't get the 
command to run without the cfoutput.  

-Tom 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to