Skip to main content

<false>

Perform a set of activities when the condition for an <if> element is false.

Syntax

<if condition="0">
   <true>
     ...
   </true>
   <false>
     ...
   </false> 
</if>

Attributes and Elements

name, disabled, xpos, ypos, xend, yend attributes
Other elements

Optional. <false> may contain zero or more of the following elements in any combination: <alert>, <assign>, <branch>, <break>, <call>, <code>, <continue>, <delay>, <empty>, <flow>, <foreach>, <if>, <label>, <milestone>, <reply>, <rule>, <scope>, <sequence>, <sql>, <switch>, <sync>, <throw>, <trace>, <transform>, <until>, <while>, <xpath>, or <xslt>.

Description

A <false> element is used within an <if> to contain elements that need to be executed if the condition is false.

See Also

FeedbackOpens in a new tab