Actions

Translations

Translations:Expression Manager/141/en

From LimeSurvey Manual

For consistency between JavaScript and PHP, the plus operator (+) does addition if both operands are numeric, but does concatenation if both parts are non-numeric strings.  However, we recommend using the join() function for concatenation and sum() function for addition, as that makes your intent more clear, and avoids unexpected results if you were expecting strings but got numbers instead (or vice versa).