Okay you Lisper, I need your help. I need a lisp/script to append the existing text of two attribute into one with some additional text. Example, the five attributes are; TITLE1 TITLE2 TITLE3 TITLE4 TITLE5 The results I need is the following: TITLE3<space><dash><space>SITE TITLE2<space><dash><space>TITLE1 TITLE4<space><dash><space>TITLE5 I will be running the lisp/script with a batch program. Thanks in advance.