String

Previous chapterNext chapter Show allShow all    Hide allHide all

A string reaction matrix is used for the evaluation of limit values and status bits of the string variables. In addition to the known configurings of limit value and status combinations, further configurings are possible.

In combination with the status bits the string variable can be checked for the following limit value definitions

any

any change of value violates the limit

greater

(alphabetically) additional entry of the limit string

For valuation the "character values" are used that are corresponding to the Windows character table.

smaller

(alphabetically) additional entry of the limit string

For valuation the "character values" are used that are corresponding to the Windows character table.

equal

additional entry of the limit string

Additionally the following options are available:

Case sensitive

On comparing with the limit string differences in capitalization are regarded.

Regard wildcards

The limit string can have wildcards.

Example Example

Example 1:
In the sequence of execution Capital after minuscule:
Strings: "My", "name", "is", "XY"
Sequence of Execution:
is, Name, My, Henson.

Reason:
is starts with a minusculo, therefore it is higher than the other strings.
Name, N is higher than M and H, My, M is higher than H