<MvIF>

 
Conditional statements are used to perform different actions based on different conditions, giving your program the ability to follow or not follow a "branch" of program code.
Syntax
<MvIF EXPR = "{ expression }">

<MvELSEIF EXPR="{ expression }">

<MvELSE> 
</MvIF>
  • Closed Tag
User Annotations: MvIF