01-26-2024, 05:22 AM
This code does not work concerning UDT elements:
Cannot resolve bit-length variables inside user defined type.
Code: (Select All)
Type Struct1
A As _Bit
B As _Byte
End Type
Dim Struct2 As Struct1
Struct2.A = 1
Struct2.B = -1
Print Struct2.B