Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Counter
#2
as far as a counter goes you can try this.

Code:
Copy      Help
int x
rep
,x+1
,if condition 1=result 1  and x= 200
,,"perform a function"
,,x=0
,else
,do this

this is setup to run forever (no, literally forever (see rep listing in the help doc)) so you may want to change that. let me know if it gets you where you want to be


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)