camarosource Posted November 27, 2007 Report Share Posted November 27, 2007 There MUST be a way to do this but I can't figure out how.. Basically I have a set of commands I want to execute. Then I want to REPEAT it again but of course more efficiant to NOT copy/paste 20 commands all over again. With PHP you have Functions.. where you create a function with all the commands in it, then you simply have one line to execute that function again.. Quote Link to comment Share on other sites More sharing options...
joe Posted November 27, 2007 Report Share Posted November 27, 2007 Basically I have a set of commands I want to execute. Then I want to REPEAT it again but of course more efficiant to NOT copy/paste 20 commands all over again. You'll need to look at the Repeat/Repeat End commands. Quote Link to comment Share on other sites More sharing options...
george_b Posted November 27, 2007 Report Share Posted November 27, 2007 There MUST be a way to do this but I can't figure out how.. Basically I have a set of commands I want to execute. Then I want to REPEAT it again but of course more efficiant to NOT copy/paste 20 commands all over again. With PHP you have Functions.. where you create a function with all the commands in it, then you simply have one line to execute that function again.. I use the RUN Macro Command. The only difference is that, as far as I know, you can't use parameters with this command. Quote Link to comment Share on other sites More sharing options...
Cory Posted November 27, 2007 Report Share Posted November 27, 2007 I use generic purposed macros as subroutines and use the Macro Run command to call them. This way I can use them in several different macros. You can read about it here. 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.