Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with copy-paste in Firefox
#24
Macro Macro1451
Code:
Copy      Help
ARRAY(RECT) a
RECT r
int i

;find all
for i 1 1000
,if(!scan("Macro1451.bmp" 0 r 128 0 i)) break
,a[]=r

;display coordinates of all
for i 0 a.len
,r=a[i]
,out F"{r.left} {r.top} {r.right} {r.bottom}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)