Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat or Looping Trouble
#1
hallo everyone, im newbie about programming

i have trouble to run macros file multiple time
example : this is macro file named "macros3"
Code:
Copy      Help
'"shutdown"

then i make new macro file
Code:
Copy      Help
opt save; opt slowkeys; spe 500
 
lef 1000 340'DDmac "macro3"'DDmac "macro3" 

it's not running sequentially.
it runs like 'DD twice and then mac "macro3" twice.

i think this small matter, but big trouble for newbie
please help
#2
Macro Macro3169
Code:
Copy      Help
opt save; opt slowkeys; spe 500
;
lef 1000 340
'DD
sub.macro3
'DD
sub.macro3


#sub macro3
opt save; opt slowkeys; spe 500

'"shutdown"
#3
Code:
Copy      Help
[code]
 
[code]
opt save; opt slowkeys; spe 500
;
lef 1000 340
'DD
sub.macro3
'DD
sub.macro3


#sub macro3
opt save; opt slowkeys; spe 500

'"shutdown"
 
[/code]
[/code]

it works. thank you very much


Forum Jump:


Users browsing this thread: 1 Guest(s)