Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB664PE v3.10.0 is now live for X-Mas!!
#33
Code: (Select All)
Const CONST_BLUE = &HFF0000FF
var_BLUE& = &HFF0000FF

Screen _NewImage(500, 300, 32)

Color CONST_BLUE
Print "CONST_BLUE = 0 (black) so this line is not seen!"

Color var_BLUE&
Print "This is Blue"
Something seems wrong with Const and hex-notation
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience
Reply


Messages In This Thread
RE: QB664PE v3.10.0 is now live for X-Mas!! - by mdijkens - 12-27-2023, 11:55 AM



Users browsing this thread: 2 Guest(s)