Quote:
Originally Posted by davidfor
If that doesn't work, the following should:
Code:
program:
re(field('comments'), '\s+', ' ');
|
Thank you davidfor, I didn't notice previously, but I had the double spacing issue also. I used the above code and the extra line spacing was stripped away.