|
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Sat Sep 21, 2002 5:36 am
Macro counter |
Im looking for a way to make a macro run more that just one time. Im using a macro like this
tnt1
aql11
tnl1
ql21
how can I make this run as many times as I need it too without having to keep pushing the macro key? |
|
|
|
Troubadour GURU
Joined: 14 Oct 2000 Posts: 556 Location: USA
|
Posted: Sat Sep 21, 2002 6:24 am |
If you turn the macro into a alias, you can specify the number of iterations as a parameter:
#AL doit {#LOOP %1 {tnt1;aql11;tnl1;ql21}}
Troubadour
(Win 98, Pentium III, 550 MHz) |
|
|
|
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Sat Sep 21, 2002 3:35 pm |
thanks for the help. I need it.
|
|
|
|
|
|