Is the 'Current Loop' variable for use in commands?

The logs show a “[Status] Current Loop: n” entry when I’m running through loops. Is it possible to pull this value and use it in an ‘if’ statement?

For example: If I run a loop and specify to run it 24-36 times, the logs will show the current loop starting at 1 (though, the first loop doesn’t display the message, so the first entry is “Current loop: 2”) while the ${!LOOP} count starts at 24.

In your macro add echo ${!LOOP} at start loop code and you see the loop numbers saved in log.

I prefer !TIMES command, but is the same of !LOOP