Jump to content

WinGetText


Recommended Posts

I have troubles with this function as it returns only a large string, is there a way to turn the string into an array that lists the windows text similar to the autoit window info tool, which returns the text linewise, like line 1 array[0], line 2 array[1] etc... ?

Basicly it's about text procession like you can do it with AWK and similar tools, however I have no clue howto do it with Autoit.

Anyone can help me with this ?

Btw: I'm aware that I could write the string to a file; process that file with another tool & read from the file. However I need to read parts from the string/file pretty often so it would way too much write/read operations on my disk thus slowing everything down.

Edited by Christoph_
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...