Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat xx times.....
#1
Hello,

I have a 'number' from a textfield example 'page 1 of xx'
I want to repeat the macro for the xx times, the number differs.
How to manage this?

Thank You in Advance!
#2
Where is the textfield? Can you find it with accessible object functions?
Assume you extracted text 'page 1 of xx' from the textfield and stored in str variable s.
rep val(s+find(s "of ")+3)
,macro
,macro
,...


Forum Jump:


Users browsing this thread: 1 Guest(s)