Page 1 of 1

adding string arrays

Posted: Mon Feb 11, 2013 12:01 pm
by tester
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?

Re: adding string arrays

Posted: Mon Feb 11, 2013 1:33 pm
by chackl
Verry simple ;)
add trick array string.PNG
add trick array string.PNG (13.34 KiB) Viewed 12239 times


Just "add" both array or connect them to the same plug ;)

Regards

Re: adding string arrays

Posted: Mon Feb 11, 2013 1:44 pm
by tester
Did the same thing and it did not worked, it added second text field after the first one. But I think I know what was wrong. Forgot that the text primitive is not string I/O. Thanks for reminding.

Re: adding string arrays

Posted: Mon Feb 11, 2013 2:02 pm
by chackl
be shure that it is an array

If you connect 2 strings together the lines of the 2nd one will be afterwards and not addet to each line.

Regards