Adding to an Array does not work for some reason

Hello!

Trying to and to an array of floats to record the time my participants are hitting targets but cant seem to add to the array not output a list (for each) at the end of the experiment. Ive attached two images one of the end of my blue print where i have three print strings to try and see what the array looks like at the end of the target selection experiment but all im getting is either the final target acquisition time (C++ expose custom function) or im getting a 0 which appears to indicate nothing is being added to the array despite the nodes after it working.

Is this array being initialized every time ? i have my hunch its getting refreshed every time hence the zero’s
289454-
][1]

Instead of Make Array you need to create a float array variable and plug that in.

That did it! thank you
Also asking this here while i have attention is there a file write note in blueprint or do i have to go into functions for that

You Had Not connected your arrayElelemt in the Item printstring

yup, works like a charm now. Community here is great!!!