Yann How can I add values to the array? There is an action to add an empty array, but now way to add/remove values to it.
Edit: OK, found it out, you can set new values by specifying the array index as the second parameter in SetValue function. Push/Pop would be very helpful, though.