Host Engineering Forum
General Category => General Discussion => Topic started by: pbw on January 07, 2018, 03:43:21 PM
-
Is there a way to reference a user data type? Say I want to write to "Leg.Amps" with a math box, but Leg.[v1] doesn't seem to work. Or is this not possible.
-
Array indices are used to select elements from a block, not fields from a structure. If you were to create a block of user structures Leg0-99, you can do Leg[V1].Amps, but there is no way to select different fields within a structure.