I want to write a statement that uses the loop counter in the app but am very new to this and could use some help.
First off.. does loopcount exist?
If so can the macro do some simple math to see if the loopcount is divisible by say 3.. or is there another way to say.. every 3 loops, run this part of code, otherwise always run the rest?
basically i'd like the above, but i think its something like
if loopcount/3 = true
do this code
else
do this code
Not quite sure what is/isn't possible with this app yet
My code runs every 1000ms, so would it be easier to do something that has a delay of 3000ms in the code, but again no clue how that might be accomplished..
I'd really like to learn this though.. quite a useful little app to take some of the boring out of some of the work i do on a 2nd pc.
Thanks for the help
