Problem with adding elements to an array.

Hey Klaus,

This is your alter ego from tomorrow. :smiley:
I just found out whats wrong.
You need to either mark the function inputs as “passed by reference” and not by value (as it is default),
or, you put a “set member” node after the function call and thus explicitly replace the data.