> > hi dominic, thanks for this, this looks quite interesting although i want > to know if its possible to actually keep all blank elements
Sure, I was thinking about this and it's quite simple really: <cfscript> aTemp = ArrayNew(1); aTemp[2] = ''; ArrayDeleteAt(aTemp, 2); myArray.RemoveAll(aTemp); </cfscript> Dominic ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299286 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

