Data Types Parser Error (DTP0016): Integer literal expected.
The data types parser expects an INTEGER literal for defining the length of a user-defined string variable at the underlined code position.
Error example: In the first declaration shown below, the string length is specified using a variable. This is not allowed. The second declaration shows the correct syntax.
Further Info
For information on user-defined data types and how to declare them refer to the chapter "User-defined data types". |