Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use screen text capture?
#1
Hi, I'd like to know how to export the captured text if I want to copy it into an excel file?

Code:
Copy      Help
int w=win("Mozilla Firefox" "MozillaWindowClass")
RECT r; SetRect &r 24 326 184 357
WindowText wt.Init(w r)
wt.Capture


out
for _i 0 wt.n
    WTI& t=wt.a[_i]
    out t.txt


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)