Error Message: $Y0023

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


Your Ad Here

Summary

A number must not contain '_character'.

Description

The Compiler has encountered an invalid sequence of characters in a numeric literal. Numeric literals may include '_' (underscore) characters to improve readability, but must not include other, non-numeric characters. (Values entered in hexadecimal format may also include the characters 'A' through 'F' or 'a' through 'f').

Recommendation

Check to make sure that there are no invalid characters used in the numeric literal and that the '_' character is used properly.