can you append a structure to array?
or is there any other way i can write a structure in an array?
i am trying to add structures like this
maybe there is a better way to do that if appending a structure is not possible?
can you append a structure to array?
or is there any other way i can write a structure in an array?
i am trying to add structures like this
maybe there is a better way to do that if appending a structure is not possible?
yes you can with the append a variable action
I’m not sure about this myself. Is this the proper way to append a structure to an array at runtime?
(I know how to do it at design time)
Create a variable as a structure. and then use “append variable to global array” using just the name of the variable to attach.
Thank you both! That’s what i needed.