Logmanager dokumentace
Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Zpět na domovskou stránku

Logic boolean constant

This section is available only in English

Block true is used to represent boolean constant of true or false.

Block XML representation

XML representation of logic_boolean block

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="logic_boolean">
    <field name="BOOL">TRUE</field>
  </block>
  <block type="logic_boolean">
    <field name="BOOL">FALSE</field>
  </block>
</xml>

Example of visual representation

Block boolean constant

Block boolean constant

Example of block usage

Example of boolean constant block use

Example of boolean constant block use

Block is used twice in the example:

  • On row “create dictionary with to”: sets boolean value to false in the “admin” key.
  • On row “do in dictionary item”: sets boolean value to true in the “admin” key.

Processing result

Result of boolean block use

Result of boolean block use