www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Illegal NULL in expression, NULL must be in a simple assignment.
Description
The Compiler has encountered an illegal use of NULL. When used as a value, NULL may only be used in the right hand side of a simple assignment and may not appear within an expression.
Recommendation
Check to make sure that NULL was really intended in the expression. You may be able to simplify the expression to a simple assignment by using a selected assignment or similar statement.