Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sample program using the new _Files$ function
#20
At least these still work:

Code: (Select All)
Dim b As _Unsigned _Bit * 4
b = &B1111
Print b
b = &HF
Print b

Dim s As _Unsigned _Byte
s = &B11111111
Print s
s = &HFF
Print s

What if someone added a variable type of _Nybble
that is half of a byte??
Reply


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



Users browsing this thread: 2 Guest(s)