Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find after Input
#3
What you posted did not work or more probably I am not using it correctly. I tried to use it in word as follows neither macro worked

act "Word"

str f1_input
if(!inp(f1_input "Find:") or !f1_input.len) ret
f1_input.trim

if findw(f1_input "end")>=0
,out "''end'' found"
,key SE ;; Shift+End

act "Word"

str f1_input
if(!inp(f1_input "Find:") or !f1_input.len) ret
f1_input.trim

if findw(f1_input "end")>=0
,out "''end'' found"
,"tag"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)