Error Message: $Y0110

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


Your Ad Here

Summary

A Return statement in a function must return an expression.

Description

The Compiler has encountered a return statement within a function that does not specify a return value. Functions must be provided with return values at all possible exit points.

Recommendation

Check to make sure that all return statements within the function have valid return values.