Jump to content

wingettext 64kb limitation


Zest
 Share

Recommended Posts

Hi,

I've made a script to search an output list window of a 3D CAD program for the text: 'internal'. I use "wingettext" to retrieve the text from this output list:

$ListContentsNonDocked = WinGetText("Output List", "")

$internalfound = StringInStr ($ListContentsNonDocked, "internal", 0, 1)

I just found out that in extreme cases this output list will contain more than 64kb of text. Then only the first 64kb are read.

I there a way to retrieve the entire contents of the output list (up to another limitation >64kb)?

Thanks,

Zest

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...