Blogs about: Concatenate
Featured Blog
Convert long array to string array using anonymous delegates in C#
I was looking today for a simple technique to get a list of long array values as a comma separate string (something similar to what JavaScript does with arrays). I didn’t find any method of the… more »
Akbar's Weblog
10 ways that geeks excuse themselves
BestbitFUNtyp0 wrote 8 months ago: Everyone does it, but how many people do it with grace? I’m sure there was a point in time wh … more »
Convert long array to string array using anonymous delegates in C#
— 1 comment
syedgakbar wrote 8 months ago: I was looking today for a simple technique to get a list of long array values as a comma separate s … more »
Aggregate function to do concatenation ~ create a delimited list
waldo wrote 1 year ago: A simplistic concatenation aggregate function for Access (which maintains one advantage(?) over this … more »
CentOS 5.1 is here!
fripp wrote 2 months ago: I just uploaded CentOS 5.1! You can download it here. I splitted the image in two different segments … more »
Howto: simply concatenate multiple rows of data into a variable in SQL Server 2005
Emily wrote 4 months ago: Problem: I have a select statement that returns more than one rows of result, and I need to concaten … more »
C++ Concatenate a String with an int
Andrej Kazakov wrote 6 months ago: Recently I had a very simple problem in C++ - I had to enumerate 5 filenames with an index in their … more »
