Can you store several ENUMS in some kind of container or array or something?

Anyone know? Thanks.

Hey @usa423!

Yes, you can store ENUMS in an array. If you don’t need the functionality of an array, you can use a map variable or a struct as well!

Let us know if we can help with anything else! :slight_smile:

1 Like

Absolutely! ENUMS can indeed be stored in an array. Alternatively, if you don’t require the array functionality, you have the option to utilize a map variable or a struct instead!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.