Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If text in the clipboard = "test", then...
#1
Is it possible to have a macro check the text stored on the clipboard and then perform an action if the clipboard text is that required?

eg.

Copy the text "TEST" to the clipboard.
QM Checks the clipboard text.
If the Clipboard text = "TEST", it performs an action.

Else it stops.

Thanks.
#2
Macro
Code:
Copy      Help
sel _s.getclip 1
,case "test"
,out "yes"
,
,case else
,ret
#3
Thanks! That worked perfect! Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)