Hello,
I like to create a button that lists/copies all selected files into the clipboard
like this code:
@nofilenamequoting
Clipboard SET {allfile|noext}
it does work but it lists the filenames like this: a b c d
I want it this way:
a
b
c
d (each file name a new line)
I looked for carriage return, new line, break line...I could not find the code for this action.
Can someone please help?
Thanks in advace!