Error Message: $Y0207

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Summary

Formal parameter 'name' and its actual parameter have incompatible types.

Description

The Compiler has encountered an actual parameter to a subprogram that is not legal due to incompatibilities between the actual parameter type and the formal parameter type.

Recommendation

Check to make sure that the actual and formal parameters have compatible types. If the types are different, you may be able to use a type conversion function to convert the operands to the required types.