Jump to content

How to run 2 functions concurrently


zzxxzzxx
 Share

Recommended Posts

hi, i'm quite new here, and was trying to figure out how to make 2 functions run concurrently.

i'll be having afew functions (A,B,C,D,E) that will link & run cocurrently with another function (X).

so when i press a global hotkey (F7), A & X will run concurrently. and stop when i press another key (F10).

B,C,D,E will also run currently with X when i press other keys.

so what can i add into my script to make it work?

Thanks :whistle:

Link to comment
Share on other sites

There is no real way to run 2 functions at the same time. If I am not mistaken the closest way possible is to have them in 2 different scripts/exe's and call them from your main program.

Edit: I wasnt even paying attention, but this question would go better in the support forum.

JS

Edited by JSThePatriot

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

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