EAGLE Help

String Operators


String operators work with data types char, int and string. The left operand must always be of type string.

Binary
+ Concatenation
Assignment
= Simple assignment
+= Append to string

The + operator concatenates two strings, or adds a character to the end of a string and returns the resulting string.

The += operator appends a string or a character to the end of a given string.

See also Arithmetic Operators


Index Copyright © 2005 CadSoft Computer GmbH