adding string arrays
Posted: Mon Feb 11, 2013 12:01 pm
Something is missing in string arrays or I can't find it.
If I have two strings arrays, like that:
text1-
text2-
text3-
...
and
ext00
ext00
ext00
...
I'd like to add them as line+line, to get:
text1-ext00
text2-ext00
text3-ext00
...
But none of these two works that way: "append string array" nor "add" primitive.
How to do it?
If I have two strings arrays, like that:
text1-
text2-
text3-
...
and
ext00
ext00
ext00
...
I'd like to add them as line+line, to get:
text1-ext00
text2-ext00
text3-ext00
...
But none of these two works that way: "append string array" nor "add" primitive.
How to do it?