If I add elements to a list which are user defined types, all the elements in the list are the same, although the added code was different.
The user defined Type is:
Type DeviceProfile (Brand As String, _
TypeName As String, _
BrandID As Int, _
Model As String, _
TypeID As Int, _
DeviceID As Int, _
TVinput As Int)
If I add a single string to the list, instead of a Typed variable, it works correctly.
Is this a known bug? If not I can probably create an example for testing.
The user defined Type is:
Type DeviceProfile (Brand As String, _
TypeName As String, _
BrandID As Int, _
Model As String, _
TypeID As Int, _
DeviceID As Int, _
TVinput As Int)
If I add a single string to the list, instead of a Typed variable, it works correctly.
Is this a known bug? If not I can probably create an example for testing.