Top "Concatenation" questions

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

C: How to append/concatenate 'x' spaces to a string

I want to add a variable number of spaces to a string in C, and wanted to know if there …

c string concatenation spaces
Adding records to a numpy record array

Let's say I define a record array >>> y=np.zeros(4,dtype=('a4,int32,float64')) and then …

python numpy concatenation record
Open Office Spreadsheet (Calc) - Concatenate text cells with delimiters

I am using Open Office's spreadsheet program and am trying to concatenate several text cells together with delimeters. For example, …

openoffice.org spreadsheet concatenation
EXECUTE IMMEDIATE with multiple lines of columns to insert

just want to get an idea if this is the correct way to do an EXECUTE IMMEDIATE with multiple columns …

plsql insert concatenation execute-immediate
JavaScript concat string with backspace

I have a function f similar to function f(str){ alert("abc"+str); } Now, I want to use JavaScript special …

javascript string concatenation backspace
How to repeat characters in Python without string concatenation?

I'm currently writing a short program that does frequency analysis. However, there's one line that is bothering me: "{0[0]} | " + "[]" * num_occurrences + " …

python string concatenation format-string
Benefits of MessageFormat in Java

In a certain Java class for a Struts2 web application, I have this line of code: try { user = findByUsername(username); } …

java string concatenation messageformat
Concatenate quoted macro variables

I'm just trying to concatenate two quoted macro variables but there doesn't seem to be an easy way. Say we …

sas concatenation sas-macro
Gulp.js event stream merge order

I am trying to merge css and scss files into a main.css file that goes in my build directory. …

javascript concatenation gulp event-stream gulp-sass
string variable not substituted in multi-line string

Here is the code/output all in one: PS C:\code\misc> cat .\test.ps1; echo ----; .\test.ps1 $…

string powershell concatenation multiline substitution