Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Status
    subtletrue
    colourRed
    title=
     operator returns true, if two values are equal. This operator works for both string and integer values.
  • Status
    subtletrue
    colourRed
    title>
     operator returns true if first value is greater than the second one. This operator works only for integer values.
  • Status
    subtletrue
    colourRed
    title<
     operator returns true if first value is less than the second one. This operator works only for integer values.
  • Status
    subtletrue
    colourRed
    title<>
     operator returns true, if two values are not equal. This operator works for both string and integer values.


Note

In a an emcase condition you can use more than one comparision areas and execute these comparisons with “and”, “or” keywords.

...