Versions Compared

Key

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

...

Code Block
languagehtml/xml
<FieldLengthGreaterOrEqual Field="6780" Length="7"/>

<FieldLengthGreaterOrEqual> checks if the length of the “Field” tag is greater or equal to the “Length” attribute. Both attributes are mandatory.

<FieldIsToday> check

 

Code Block
languagehtml/xml
<FieldIsToday Field=
“42”
"42" />

 

<FieldIsToday> checks if “Field” contains date/time value in UTC and equals to Today.

 

<FieldCheckBits> check

 

Code Block
languagehtml/xml
<FieldCheckBits Field="5047" Value="0x02000000" />

<FieldCheckBits> treats the Field as integer and checks if it contains the HEX value defined by the “Value” attribute. Bitwise AND operation is used within the check.