What are those about (&H0001&) and what not? I've seen them used as colors, but also as other things(I think).
Printable View
What are those about (&H0001&) and what not? I've seen them used as colors, but also as other things(I think).
When they are used as colours they refer to the "amount" of red, blue and green (i think it's these colours)
each one can be in the range 0 to 255 which corresponds to Hexadeciman 00 to FF.
so you normally see Hfollowed by 6 digits, (2 for each colour).
Anyway thats one use for them.
Basically &H is a hexadecimal number...