0
Remove Soft Return from paragraph
New Here
,
/t5/framemaker-discussions/remove-soft-return-from-paragraph/td-p/10845068
Jan 09, 2020
Jan 09, 2020
Copy link to clipboard
Copied
Hi,
Please help me in developing Framemaker Scrips to remove (delete) Soft Returns (Shift+Enter) char's in a paragraph.
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/framemaker-discussions/remove-soft-return-from-paragraph/m-p/10845341#M64298
Jan 09, 2020
Jan 09, 2020
Copy link to clipboard
Copied
No need for a script. The Find/Change dialog can handle this.
- In the Find field, enter either \r or \x09.
- In the Change field, make sure your type is To Text, then enter whatever you want in the Change field to replace soft return. A space is just a space. If you want a real paragraph return, enter \p.
- Select either Document or Book, depending on whether it's one file or a lot of 'em that you have in a book.
- Click Change All.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/framemaker-discussions/remove-soft-return-from-paragraph/m-p/10845608#M64299
Jan 09, 2020
Jan 09, 2020
Copy link to clipboard
Copied
If changing to a normal space, and we want to see what's we're doing, it can be entered as \x20 in dialogs.
Now, change-all, for just the current paragraph (if that's what the OP wants), now that might need a script.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/framemaker-discussions/remove-soft-return-from-paragraph/m-p/10845637#M64300
Jan 09, 2020
Jan 09, 2020
Copy link to clipboard
Copied
For that they can use Change & Find to step through each instance. Most paragraphs aren't long enough for that to take too much time.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

