Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search and Replace
#4
With each program would need different code. Not simple. Not with all programs possible.
A more universal way is to select all text (Ctrl+A), get into a variable, modify the text with QM string functions, then paste all modified text. Function Replace() does it.
Macro Macro1703
Code:
Copy      Help
;Replace all "Mart" to "April" in active window
key Ca
Replace "Mart" "April" 0 1 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)