Top "Concatenation" questions

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

Concatenation of tables in Lua

ORIGINAL POST Given that there is no built in function in Lua, I am in search of a function that …

lua concatenation lua-table
Most optimized way of concatenation in strings

We always came across many situation on daily basis wherein we have to do tedious and very many string operations …

c++ string concatenation
Batch string concatenation in Excel

I have a couple hundred of cells in Excel I would like to concatenate into a single string. Is there …

excel excel-formula concatenation string-concatenation
SSRS Expression: The value expression for textbox has scope parameter that is invalid for aggregate

i'm recieving the following error: Error 1 [rsInvalidAggregateScope] The Value expression for the text box ‘Textbox2’ has a scope parameter that …

reporting-services ssrs-2008 concatenation aggregate ssrs-expression
Concat an integer to a String - use String literal or primitive from performance and memory point of view?

Option 1: String newStr = someStr + 3 + "]"; Option 2: String newStr = someStr + "3" + "]"; Which option is better with regards to performance, memory and general practice? …

java string concatenation primitive
How to concatenate two JSX fragment or variables or string and component (in Reactjs)?

I know JSX can be very misleading because it looks like strings and it is not, thus the "string" term …

reactjs concatenation jsx
How can I convert array to string in hive sql?

I want to convert an array to string in hive. I want to collect_set array values to convert to …

arrays string hive concatenation hiveql
php String Concatenation, Performance

In languages like Java and C#, strings are immutable and it can be computationally expensive to build a string one …

php string concatenation
Concatenate strings in python in multiline

I have some strings to be concatenate and the resultant string will be quite long. I also have some variables …

python string concatenation
VBA- Find location of first cell in named range to reference heading row of spreadsheet

What I have is part descriptions that I have split into separate columns. All columns have headings, but not all …

excel vba concatenation named-ranges