Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

pauler's profile on WallpaperFusion.com
I have been using the "Copy and Append" macro and find it really useful, but I have to go through and add in carriage returns.

What I'd really like is append with options such as a space or return for the additional items.

Apologies if I've missed that option on the board. Could someone provide an example of how to accomplish this?

Thanks!
Aug 4, 2020  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
You can definitely do that! If you change line 7 of that script to this, you'll get a new line between the two items:

return text + Environment.NewLine + BFS.Clipboard.CopyText();


If you change it to this, you'll get a space between the items:

return text + " " + BFS.Clipboard.CopyText();


Hope that helps!
Aug 5, 2020  • #2
pauler's profile on WallpaperFusion.com
Works like a champ!

I own a couple of your products and really like them. I'm certain that I'm underutilizing them though. I have looked around online and would really enjoy some posts about how others are using workflows, or even how the developers use the products.

Thanks again for the quick reply and solution.
Aug 5, 2020  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries, glad to hear it! We're hoping to add more how-to guides to the help page in the future :)

Thanks!
Aug 5, 2020  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)