Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample program using the new _Files$ function
#14
I was not trying to optimize Ram .. Just wondering why you could:

Code: (Select All)
   Dim b As _bit * 32
   b = &b1111
   Print b
but cannot:

Code: (Select All)
  Type S
    b As _bit * 32
  End Type
What is the difference?

Patch in this code and try it:

Code: (Select All)
Type s
    b As _Bit * 32
End Type
Dim z As s
Print z.b
Reply


Messages In This Thread
RE: Sample program using the new _Files$ function - by eoredson - 02-07-2024, 05:14 AM



Users browsing this thread: 1 Guest(s)