I am planning on using WorkFlow Designer as a documentation/Presentation tool for macro development. Not wanting to slow down the execution of my macros I was wondering about best techniques.
I note that I can import previously saved macros into a single "Action Block" of a new macro. This would allow me to repeatably reuse typical archetype macros without reentering code. Does this technique slow down or impact on macro stability?
Thanks
k
Need for speed
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
For code re-use just use the Include command. So the action block could simply be:
Include>existingscriptfile.scp
The code within the action block will run at the same speed as it would run inside Macro Scheduler.
The only difference is between blocks where in Workflow Designer there is by necessity a tiny, tiny delay introduced in order to show the process proceeding visually. Other than that there is no difference in speed.
Include>existingscriptfile.scp
The code within the action block will run at the same speed as it would run inside Macro Scheduler.
The only difference is between blocks where in Workflow Designer there is by necessity a tiny, tiny delay introduced in order to show the process proceeding visually. Other than that there is no difference in speed.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
1. Yes, you can compile statically or dynamically.
2. See: http://www.mjtnet.com/blog/2009/09/09/i ... ary-files/
2. See: http://www.mjtnet.com/blog/2009/09/09/i ... ary-files/
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?