www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
Const
Name = expression;
Name ; Type = Expression;
Description
The Const keyword specifies any constant valued expression as the value of a constant and also declare a sub-routine parameter as const. A sub-routine cannot modify a const parameter.