First set a Variable of {VAR(V_ODD, TRUE)} before the loop and then inside the loop add {SET(V_ODD, {NOT({V_ODD})})} before the closing end of the loop command.
Then you can use something like this {IF( {V_ODD} )} THIS ROW IS ODD{END_IF} to identify the odd rows