> <cfset emailList = ListAppend(emailList,REReplace(fromArray,"^$","-"),"|")>
I've tried about every combination of REReplace I can thing of, including [[:blank:]], but the below will toss an error every single time. Steve || [EMAIL PROTECTED] Note multiple things wrong with this... a. space before "Steve" b. 2nd element is blank/missing c. space before email address. Trying to cover all "stupid client tricks" I can come up with... I've got "trim" statements applied before this stuff gets written to the database, plus I'm validating the email addresses, but just trying to get it divided up like the below when there's an empty position is giving me fits... <cfset firstname = ListGetAt(emailLIST,1,"|")> <cfset lastname = ListGetAt(emailLIST,2,"|")> <cfset email = ListGetAt(emailLIST,3,"|")> -- Les Mizzell ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186530 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

