I can’t figure out how to append simple integers to a growing custom state “list” when the integers are already in the list. Everything I’ve tried wants even the integers to be unique. I don’t want to create full data types for this…
If I need a running list of each number the user choses in a series of questions, I want a list that perfectly matches what they chose… [3,1,2,1,4,2,3] etc.
I searched for an answer, but I must be missing something obvious. I can’t figure out how to get non-unique integers into a custom state number list.
Feels silly to create a whole new data type just so that the primitive integer ‘2’ can be seen as different from ANOTHER integer ‘2’ etc.
What am I missing?
Clueless And Feeling Stupid,
Kathy