camarosource Posted January 27, 2006 Report Share Posted January 27, 2006 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 Quote Link to comment Share on other sites More sharing options...
joe Posted January 27, 2006 Report Share Posted January 27, 2006 The Macro Run command is what you are looking for. Quote Link to comment Share on other sites More sharing options...
camarosource Posted January 27, 2006 Author Report Share Posted January 27, 2006 Excellent, thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.