<MvFOR>

 
Loops through the code between and the number of time specified between first and last, incrimenting the index. Optionally you can exit the loop using .
Syntax
<MvFOR INDEX = "{ expression } | variable name" 
       COUNT = "{ expression }">
       FIRST = "{ expression }" 
       NEXT = "{ expression }">
       LAST = "{ expression }" 
       EXPR = "{ expression }">

       <MvFORSTOP>
       <MvFORCONTINUE> 
</MvFOR>
  • Closed Tag
User Annotations: MvFOR