Populate Array of Enums

Hi NilsonLima,

thanks for your response very helpful information ,

though i don’t know how structs could help here cause i’m only filling an array of enums with enum values there is no different data here , …

… but someone point to me that what i did in the picture above is right exept the resize array to 64 i get rid of it and it works , that’s true i’m all set now besides that there is cleaner ways of doing it to avoid the repeating branches i did .

here we go the cleaner version using set array elem in picture below …