> But, just out of interest, is there a way to script "if there are more than > one blank line together, get rid of the extras and just have one" ? repeat while tString contains cr & cr replace cr & cr with cr in tString end repeat That should do it. Cheers, Sarah