This is probaly an easy question. YOu know when oyu use the RGB function to convert 3 numbers into an RGB long? Well I want to do the opisite. I want to convert an RGB long back to the 3, 0 - 255 values.
rgb& is now equal to: 2496894
How do I convert rgb& back to 126, 25 and 38?
------------------
Thank you,
Ryan M. Cross
Webmaster FlexiFish Inc. UK
Likuid Creations Inc.
Code:
rgb& = RGB(126, 25, 38)
How do I convert rgb& back to 126, 25 and 38?
------------------
Thank you,
Ryan M. Cross
Webmaster FlexiFish Inc. UK
Likuid Creations Inc.
Comment