|        | |||||
|  | |||||
| Recoverable Error | |||||
Invalid multi-value comparison was encountered.
The string comparison error message refers to an attempt to make a comparison such as
do when "a" < "b" < UL "C" ...
Either all comparisons take a 'UL' or none of them may.
Additional Information
 Tests X and Y cannot be combined in a multi-value numeric sequence.
 where X is either < or <=, and Y is > or >= (or the
other way around).
 or
 At least one 'ISNT EQUAL' comparison was found in a sequence of N
boolean comparisons.
 or
 Either all the comparisons must have the %s modifier in a
multi-value string comparison or none of them may.  Encountered a
mixture.
| ---- |