-

Data Types Parser Error (DTP40013): Range expected.

The data types parser detected a syntactical fault in the declaration of an ARRAY: the value range is not specified as required and cannot be resolved as range. The affected code position is underlined.

Error examples: In the first declaration shown below a . is missing, in the second declaration no lower value is specified.

This error message does not relate to a value which does not match the base data type of the array (exceeded or wrong data type). Here, only a syntactical check is made.

Further Info
For information on user-defined data types and how to declare them refer to the chapter "User-defined data types".