Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help on taking actions after matching a string in a file
#2
Better use html element functions instead of notepad.

Code:
Copy      Help
;Test this macro with this page.

str s; int i
Htm el=htm("BODY" "" "" "View topic" 0 0 0x20)
s=el.HTML
;out s ;;uncomment this to print the html in the qm output
i=find(s "jjc51")
if i>=0
,out "found"
else
,out "not found"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)