hi all,
Dumb question, but say I have a loop:
dim $i
Do
sleep(1000)
if $i = ; how do i do a function that enters this IF statement every 10 loops?
; do stuff every 10
EndIf
Until $i = 100
- what commands in the if statement do I need to use to make it pass, and on every 10th loop, it enters the if statement. ?
Thanks