Hello,
I would like to combine words from different rows in a table into a single string.
from
this
is
what
I
want
to look like
this is what I want
I need the results to be available as a single variable to another part of my script.
Any one like to point me in the right starting direction?
Much appreciated.