Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Summary of stuff not working [V1.2.4]
#22
New bug!

LCD reported SHL and SHR as failing for Integer types. It works for byte, uByte, long and uLong.

Code:
CLS
DIM a as <type>
a=4
print a SHL 1
print a SHR 1

This will not compile if you put <type> as uInteger or Integer.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)