I know that we can add enums at the end and then drag them around, but that gets pretty inefficient on long lists. Does anyone know of a way to add an enum in the middle of an enumeration?
THX!
I know that we can add enums at the end and then drag them around, but that gets pretty inefficient on long lists. Does anyone know of a way to add an enum in the middle of an enumeration?
THX!
You can change enums in the middle but it will invalidate any enums saved in levels.
That’s one reason we shifted to string list drop downs instead of enums for anything that needs to be saved in levels.
Thanks for the tip. I’ll take a look at those for future work!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.