Joins non-empty lines by replacing each newline with a space.
Removes newline characters at wrap points in the selection. Similar to Remove Newline Characters command, but this command inserts a space at each line at wrap points.
•Default Menu: Edit > Convert Selection > Join Lines
•All Commands: Edit > Convert Selection > Join Lines
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: None
•EEID_JOIN_LINES (4378)
document.selection.Format(eeFormatJoinLines);
document.selection.Format eeFormatJoinLines