04-12-2013, 11:08 PM
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
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
