Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample program using the new _Files$ function
#21
Is there an error in this code or am I doing something wrong?

Code: (Select All)
Dim b As _Unsigned _Bit * 64
b = &B1111
Print Hex$(b)
b = &B11111111
Print Hex$(b)
b = &B111111111111
Print Hex$(b)
b = &B1111111111111111
Print Hex$(b)
it should display F, FF, FFF, and FFFF!?
Reply


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



Users browsing this thread: 1 Guest(s)