Is there any way to reference a UDT field indirectly? For example (see attached photo) I have a UDT named MP. There are 8 instances of this UDT and I know that the UDT can be referenced indirectly like this: MP[0-7], to reference MP0-MP7. Is there any way to extend this indirect referencing down to the field level? For example, if I wanted to access the third field of MP0, is there some way to do this indirectly. Is there something like: MP[0].[2] to access MP0.WP, or MP[1].[4] to access MP1.HSHIGH?