Top "Concatenation" questions

Refers to the joining of two or more elements into a single element.

TCL string concat

What is the recommended way of concatenation of strings?

string tcl concatenation concat
Include constant in string without concatenating

Is there a way in PHP to include a constant in a string without concatenating? define('MY_CONSTANT', 42); echo "This …

php string constants concatenation
Concatenating multiple rows into single line in MS Access

Possible Duplicate: Combine rows in Access 2007 Access 2007 - Concatenate fields from one column in one table into a single, comma …

ms-access concatenation rows
strcat concat a char onto a string?

Using GDB, I find I get a segmentation fault when I attempt this operation: strcat(string,&currentChar); Given that …

c string char concatenation strcat
What's the best way to do string building/concatenation in JavaScript?

Does JavaScript support substitution/interpolation? Overview I'm working on a JS project, and as it's getting bigger, keeping strings in …

javascript string concatenation conventions
Creating C macro with ## and __LINE__ (token concatenation with positioning macro)

I want to create a C macro that creates a function with a name based on the line number. I …

c macros concatenation token
Ruby: How to concatenate array of arrays into one

I have an array of arrays in Ruby on Rails (3.1) where all the internal arrays are of different size. Is …

ruby arrays multidimensional-array concatenation
Laravel blade "old input or default variable"?

I want to show the old input in input value. If there isn't old input, than show other variable: value="{{ …

php laravel concatenation blade laravel-blade
Add a Column that Represents a Concatenation of Two Other Varchar Columns

I have an employees table and I want to add a third column valued as the concatenation of the first …

sql oracle concatenation oracle-sqldeveloper
Spaces when concatenating multiple columns and one column is null - Oracle

I need to concatenate several columns into one, with spaces between each value. The problem is when one value is …

oracle null concatenation space