Concatenate strings

Hi, newbie question:

Is there a way to have, let’s say, two text columns, like:

COLUMN A:
elvis
bono
cher
avril
aphextwin

COLUMN B:
123
456

And have an output like:
Elvis 123
Bono 456
Cher 123
Avril 456
Aphextwin 123

thanks!

that is simply the + (string node) vvvv always resamples the lower input count to the highest input count by repeating the values.

stingadding.v4p (2.9 kB)

I was trying to use the + (spectral)
thanks david :)