When I need to track 20+ variables, is it better to use labels or a global table to track them? Ultimately, the data is written into the global table after the 500 steps activity is completed.
Is there a performance hit for having too many labels?
Is it worse than writing to the global table too often?
Thanks,
Hai