Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

  • Comparison operation.
  • Series of UDM commands that are carried out if the comparison operation evaluates to true.
  • end statement that indicates the end of the if statement.

For example:

Panel

Html bobswift

<pre>
if comparison
    ...
    UDM commands
    ...
end
</pre>


If the comparison does not evaluate to true, UDM will pick up execution from the line after the end statement.

...