Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
little script to change \ to /
#2
Quote:found in the text in the clipboard

Then replace the first line with
 
Code:
Copy      Help
string s = clipboard.text;

clipboard.text just gets text from the clipboard.

clipboard.copy sends keys Ctrl+C, waits and gets text from the clipboard. Trows exception if nothing responds to Ctrl+C or if fails for some other reason eg a bad clipboard manager app.

2. Impossible. That printed text came from elsewhere.


Messages In This Thread
little script to change \ to / - by MBaas - 07-03-2023, 05:26 PM
RE: little script to change \ to / - by Gintaras - 07-03-2023, 06:16 PM
RE: little script to change \ to / - by MBaas - 07-04-2023, 04:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)