|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles Qt Script for Applications

[Prev: Arithmetic Operators] [Home] [Next: Logical Operators]

String Operators

These operators provide string functions using operators. Many other string functions are available, see String.

+ string operator

str1 + str2

This operator returns a string that is the concatenation of its operands, (str1 and str2).

See also + operator.

+= string operator

str1 += str2

This operator appends its second operand (str2) onto the end of the first operand (str1).

See also += operator.

[Prev: Arithmetic Operators] [Home] [Next: Logical Operators]


Copyright © 2001-2006 TrolltechTrademarks
QSA version 1.1.5