I'm using a simple macro to copy and append text selections to the clipboard.
I would like to insert a RETURN character between each segment.
e.g. between Past Clipboard and Current Clipboard. Is there a way to do this?
I'm using a simple macro to copy and append text selections to the clipboard.
I would like to insert a RETURN character between each segment.
e.g. between Past Clipboard and Current Clipboard. Is there a way to do this?
Just press the Enter key - that edit box is multi-line.
Additionally, you could use %RETURN% or the more common (for Macs) %LINEFEED%
Thank you.
Worked perfectly.