| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Language Overview > Operators in Siebel eScript > String Concatenation Operator in Siebel eScriptYou can use the + operator to join strings together, or concatenate them. The following line: var proverb = "A rolling stone " + "gathers no moss."; creates the variable  This bit of code creates  | 
|  |    | 
| Siebel eScript Language Reference |