<MvWHILE>

 
Loops through the code between and until the condition in EXPR is false. Optionally you can exit the loop using .
Syntax
<MvWHILE EXPR = "{ expression } | variable name">

         <MvWHILESTOP>
         <MvWHILECONTINUE> 
</MvWHILE>
  • Closed Tag
User Annotations: MvWHILE