I have several lists with tokens going between them, and depending on their movements, I track how much time they spend in a particular state. I would like to iterate through all the lists at the end of the model run and report what their token value in a table. Is there a command to easily iterate through a list/treat it like an array?
Thanks!