Why doesn't this work?
I get /for loop using invalid variable.
I know its so simple but for the life of me its beyond my grasp.
----------------------------------------------
#turbo
/delay 0
Sub Main
:Continue
/for Loop 0 to ${Group}
/echo test
/next Loop
/goto :Continue
/return
-----------------------------------------------
