Logmanager documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Comment

Block is used for adding comments between the individual blocks. This block has no function in the program; it is used only to represent textual information for program authors.

Block XML representation

XML representation of comment block

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="comment">
    <field name="TEXT">Comment value</field>
  </block>
</xml>

Example of visual representation

Block "Comment"

Block “Comment”

Example of block usage

Example of the "Comment" block

Example of the “Comment” block