Is there any way to get a list / array of my I/O units’ names? I’m working on a strategy with a huge number of I/O Units and I’m wondering if there’s an easier way to assign my unit names to a pointer table as described here. The reasoning in that old post of mine still stands - I need a way to refer to units by their addresses and I’m hoping there’s a way to do this pointer assignment iteratively rather than by hard-coding. Any help is appreciated!