Versions Compared

Key

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

...

<FieldLengthGreaterOrEqual> check

 

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.

...