Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find after Input
#4
Of course the following does work using the find function in Word


act "Word"
key CH ;; Ctrl+Home
str f1_input
if(!inp(f1_input "Find:") or !f1_input.len) ret
f1_input.trim
key Cf ;; Ctrl+F
outp f1_input
key Y ;; Enter
key Z ;; Esc

But I wanted to try and not use the find function in Word


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)