Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I go about making a macro loop of typed text?
#1
how do I make one that will type whatever text I paste and loop it with the text macro example provided in the program? thanks :?:
#2
If you're looking to have it type out your clipboard, do this:
Code:
Copy      Help
str x
x.getclip
outp x

To repeat that
Code:
Copy      Help
str x
x.getclip
rep 10
,outp x
#3
worked like a charm! thanks dude Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)