Data Types Parser Error (DTP0004): Identifier expected.
The data types parser expects the name of a variable or, for example, an ARRAY, STRUCT or ENUM element at the underlined position.
Error example:
First declaration: for correct syntax, one of the identifiers Red, Green or Blue can be entered before the semicolon.
Second declaration: The identifier 1Selection is not allowed. Thus, an identifier is expected.
Further Info
For information on user-defined data types and how to declare them refer to the chapter "User-defined data types". |