Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upcoming changes to CONST may affect your code
#5
[Image: image.png]


Upcoming changes would basically look like the above.

Code: (Select All)
CONST Blue = &HFF0000FF
CONST Blue2 = _RGB32(0, 0, 255)
CONST Blue3 = &HFF0000FF~&

PRINT Blue
PRINT Blue2
PRINT Blue3

Which results in: 

Quote:-16776961
4278190335
4278190335

(I just double checked for you.  As you can see, _RGB isn't affected by the change.)
Reply


Messages In This Thread
RE: Upcoming changes to CONST may affect your code - by SMcNeill - 12-29-2023, 04:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Arbitrary CONST values Unseen Machine 31 2,878 10-29-2025, 05:44 AM
Last Post: bplus
  VS Code and Qb64 pe Unseen Machine 6 730 09-03-2025, 09:42 PM
Last Post: grymmjack
  has anyone had ChatGPT write QB64 code yet? madscijr 13 2,955 08-23-2025, 09:15 AM
Last Post: doppler
  liquid code experiment madscijr 3 491 06-20-2025, 07:26 PM
Last Post: madscijr
  [split] Lines of Code bplus 20 3,028 01-25-2025, 05:11 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)