Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Progressive String
#1
Guys,

How can I make code which will send another Down key when macro is on Repeat?

Manually I would do somethin like that:

'"Line"
'D(#1)
'"Line"
'D(#2)
'"Line"
'D(#3)
'"Line"
.
.
.
'"Line"
'D(#9999)

Thanks for Helping!
#2
can be
'D(#variable)
#3
Gintaras, Thanks for replying.

Could you please help me to build this with this variable ?

Something like that ?
Code:
Copy      Help
str x
rep
     '"Line"
      'D(#x +1)
#4
Macro Macro267
Code:
Copy      Help
int i
for i 1 10
,'"Line" D(#i)
#5
Big Grin
Thanks a lot !!!!!!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)