C1014: Identifier type mismatch

Top  Previous  Next

Description:

Identifiers can refer to entities of different types: labels, variables, procedures, enumeration types, constants. This error occurs when you cannot use identifier of a certain type in the current statement.

Example:

 

dim x as integer

goto x ' error C1014: 'x' is not a label

 

 

See Also

Identifier