Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample program using the new _Files$ function
#4
This code does not work concerning UDT elements:

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
Cannot resolve bit-length variables inside user defined type.
Reply


Messages In This Thread
RE: Sample program using the new _Files$ function - by eoredson - 01-26-2024, 05:22 AM



Users browsing this thread: 6 Guest(s)