Hi everyone!
I would like to format a result into a string and I don't even know where to start and if there even is a function for that...
My results are a simple list of number/characters:
AD1234
AB2342
GD4787
...
What I would like to have is a formated string like this:
("AD1234","AB2342","GD4787","...")
Is there a function, that concatenates result lines?
Thanks in advance!
↧