www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
The string has an incompatible type in this context.
Description
The Compiler has encountered an illegal use of a string literal. An element of the string is not of the correct type.
Recommendation
Check to make sure that the string is of the correct format for the intended usage and that the type of the elements of the string can be distinguished in this context. The type of a string is determined from the context, check that the type of the string is clear in this context.