Jump to content

Recommended Posts

Posted

I need to build two Autoit "processes" which exchange data between them.

So I have to use ControlGetText inside a while/wend loop.

How many times can I call such instruction without stressing the cpu?

From the documentation, I read about GUIGetMsg:

This function automatically idles the CPU when required so that it can be safely used in tight loops without hogging all the CPU.

Is the same for ControlGetText or not?

Many thanks for your clarifications.

Posted

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
×
×
  • Create New...