Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
auto number sequence generator
#1
I have a macro which enters a series of key strokes BUT i still have to input a series of numbers (normally in numerical order)

I need to find a macro, to add in, that starts at a predefined number and ends at predefined number

eg
55000 (then the keystokes)
55001 (keystokes)
55002 and so on to 56000


:? :?:
#2
Code:
Copy      Help
int i
str s
for i 55000 56000
,s=i
,key (s) other keys


Forum Jump:


Users browsing this thread: 1 Guest(s)