C1009: Type mismatch

Top  Previous  Next

Description:

This error occurs when the requested operation cannot be performed using the data types provided.

Example:

 

dim s as string

s = "abc" + 5 ' error C1009: type mismatch

 

See Also

Variables And Their Types