So I know that there are some data types that can be interated over in something such as a dynamicgridbox, but is it possible to get access those data types like an array, just getting the first element?
For example, the GetPreferredUnits function of the Unit data type will return a list of SubUnitTypes, is it possible to get just the first SubUnitType in that list?
For example, the GetPreferredUnits function of the Unit data type will return a list of SubUnitTypes, is it possible to get just the first SubUnitType in that list?