PHP Code:
$t=WinGetText("My Window")
MsgBox(0,"dsa",$)
That's my "code" .
All works fine, got a msgbox with 35 lines of texts, all from the program.
-But i want only the number 22 line. How do i get it?
-Or maybe, how do i get it with instance( with autoit window info)
SOLVED