Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
text all result
#1
Code:
Copy      Help
str pattern=
;name="chk_list" value="(.*?)"
pattern.trim("<td width=")

ARRAY(str) a
if(!findrx(html pattern 0 4 a)) out "not found"; ret
int i
for(i 0 a.len)
    out "idx=%s" a[1 i] a[0 i]
    ShowText("reseult" _s.from("idx="a[1 i]))
before
ShowText -> idx=129357

after
ShowText all number reseult
idx=129357
idx=129293
idx=129292
idx=129291
idx=129290
idx=129289
idx=129288
idx=129287
idx=129286
idx=129285
idx=129284
idx=129283

and Specific areas hotkey?
F1 click -> macro start
F2 click -> macro stop
F3 click -> Pause
Is there a way? please.


Attached Files Image(s)
   


Forum Jump:


Users browsing this thread: 1 Guest(s)