2013-07-14 14:10:11 -05:00
|
|
|
<!-- BEGIN test_loop -->
|
|
|
|
<!-- IF test_loop.S_FIRST_ROW -->first<!-- ENDIF -->
|
|
|
|
{test_loop.S_ROW_NUM} - a
|
|
|
|
{test_loop.VARIABLE} - b
|
|
|
|
<!-- IF test_loop.VARIABLE -->set<!-- ENDIF -->
|
|
|
|
<!-- IF test_loop.S_LAST_ROW -->
|
2010-03-10 16:24:19 +01:00
|
|
|
last
|
|
|
|
<!-- ENDIF -->
|
|
|
|
<!-- BEGIN inner -->
|
2013-07-14 14:10:11 -05:00
|
|
|
{test_loop.inner.S_ROW_NUM} - c
|
|
|
|
<!-- IF test_loop.inner.S_LAST_ROW and test_loop.inner.S_ROW_COUNT and test_loop.inner.S_NUM_ROWS -->last inner<!-- ENDIF -->
|
2010-03-10 16:24:19 +01:00
|
|
|
<!-- END inner -->
|
2013-07-14 14:10:11 -05:00
|
|
|
<!-- END test_loop -->
|