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
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!