EAGLE Help Light

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.

Viz také Arithmetic Operators

OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH