Jump to content
Macro Express Forums

Combining Macro Script Into Seperate Functions


camarosource

Recommended Posts

Is there a way to split a macro into seperate instructions? Similar to how PHP FUNCTIONS work; you can call the function (more efficiant) in the script so you don't have to copy/paste the same thing over and over again in the same script?

 

Let's say the instructions are to do the same thing.

 

A good example of this would be say:

 

1. Mouse move screen 1/2 (X/Y) location

2. Left click down

3. Left Click up

4. Tab

5. Type text

6. tab

7. ENTER

 

And I want to repeat this part but rather change copy/pasting it each time and resullting in a large macro full of duplicatiing series of instructions , have it as a function where I simply call the function over. Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...