It's meant to be applied on the finished list. If you create the list yourself, just replace empty values by something
<cfset emailList = ListAppend(emailList,REReplace(fromArray,"^$","-"),"|")> Pascal > -----Original Message----- > From: Les Mizzell [mailto:[EMAIL PROTECTED] > Sent: 07 December 2004 18:41 > To: CF-Talk > Subject: Re: One More List Question: > > > http://www.cflib.org/udf.cfm?ID=507 > > This looks like a start in the right direction. How would I apply it > during the append process? > > <cfset emailLIST = ListAPPEND(emailLIST, fromARRAY, "|")> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186503 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

