adding string arrays

For general discussion related FlowStone
Post Reply
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

adding string arrays

Post 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?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: adding string arrays

Post by chackl »

Verry simple ;)
add trick array string.PNG
add trick array string.PNG (13.34 KiB) Viewed 12241 times


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

Regards
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: adding string arrays

Post 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.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: adding string arrays

Post 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
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
Post Reply