Replace a text inside the clipboard

Suggestions, feature requests and bug reports.
Post Reply
wernser412
Posts: 6
Joined: Apr 17th, ’23, 00:30

Post by wernser412 » Apr 17th, ’23, 19:31

How can I change a text on the clipboard and replace it with another.
wernser412
Posts: 6
Joined: Apr 17th, ’23, 00:30

Post by wernser412 » Apr 18th, ’23, 00:48

I am copying paragraphs from books and I needed to change some names and words, this is the code if you need it.

Code: Select all

Clipboard := StrReplace(Clipboard, "Texto1", "Texto2")
Send, % Clipboard
return
I want you to help me with this.
How can I change the Superscript and Subscript Numbers on the clipboard?
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Apr 19th, ’23, 05:21

Post Reply